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
parent
25280fcb3f
commit
13ced1f7d5
|
|
@ -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
|
||||
Loading…
Reference in New Issue