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