Skip to content

Update instructions for reviewing in Hyponome #12

Update instructions for reviewing in Hyponome

Update instructions for reviewing in Hyponome #12

Workflow file for this run

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-web-dev.azurewebsites.net/pulls/${context.issue.number})`
})