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 <abazko@redhat.com>

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
pull/1183/head
Ilya Buziuk 2021-11-18 09:44:54 +01:00 committed by GitHub
parent 25280fcb3f
commit 13ced1f7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/try-in-web-ide.yaml vendored Normal file
View File

@ -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