From 13ced1f7d5c7cc29c5a53124ca005e9e58bcb874 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Thu, 18 Nov 2021 09:44:54 +0100 Subject: [PATCH] chore: Adding 'try-in-web-ide.yaml' yaml to github flow (#1177) * chore: Adding 'try-in-web-ide.yaml' yaml to github flow * Rename, remove comment Signed-off-by: Anatolii Bazko Co-authored-by: Anatolii Bazko --- .github/workflows/try-in-web-ide.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/try-in-web-ide.yaml diff --git a/.github/workflows/try-in-web-ide.yaml b/.github/workflows/try-in-web-ide.yaml new file mode 100644 index 000000000..cc621dc7e --- /dev/null +++ b/.github/workflows/try-in-web-ide.yaml @@ -0,0 +1,16 @@ +# Add Web IDE link on PRs +name: Try in Web IDE + +on: + pull_request_target: + types: [opened, synchronize] + +jobs: + add-link: + runs-on: ubuntu-20.04 + steps: + - name: Web IDE Pull Request Check + uses: redhat-actions/try-in-web-ide@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + add_comment: false