feat: Allow to configure 2 gitlab providers simultaneously #987
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (c) 2021 Red Hat, Inc. | |
# This program and the accompanying materials are made | |
# available under the terms of the Eclipse Public License 2.0 | |
# which is available at https://www.eclipse.org/legal/epl-2.0/ | |
# | |
# SPDX-License-Identifier: EPL-2.0 | |
# | |
# Add Web IDE link on PRs | |
name: web-ide | |
on: | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-link: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Try in Web IDE | |
id: try-in-web-ide | |
uses: redhat-actions/try-in-web-ide@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
add_comment: true | |
add_status: false | |
- name: Try in Web IDE - development version | |
id: try-in-web-ide-next | |
uses: redhat-actions/try-in-web-ide@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
add_comment: true | |
add_status: false | |
web_ide_instance: https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com | |
comment_badge: https://img.shields.io/badge/Eclipse_Che-Hosted%20by%20Red%20Hat%20(Development)-525C86?logo=eclipse-che&labelColor=red |