diff --git a/.github/workflows/Hyponome.yml b/.github/workflows/Hyponome.yml new file mode 100644 index 00000000..dce19f2d --- /dev/null +++ b/.github/workflows/Hyponome.yml @@ -0,0 +1,17 @@ +name: Link to hyponome +on: + pull_request: + types: [opened] +jobs: + comment: + runs-on: ubuntu-latest + steps: + - uses: actions/github-script@v6 + with: + script: | + github.rest.issues.createComment({ + issue_number: context.issue.number, + owner: context.repo.owner, + repo: context.repo.repo, + body: `[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/${context.issue.number})` + }) \ No newline at end of file