Skip to content

Commit

Permalink
Hyponome link (#1545)
Browse files Browse the repository at this point in the history
* Try commenting with hyponome link...

* Quote

* Does this work?

* Singles

* This time for sure

* I dont get it

* ....

* Does this syntax work

* It's js?

* Only on open
  • Loading branch information
tothegills authored Aug 8, 2024
1 parent 339278e commit ef7101f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/Hyponome.yml
Original file line number Diff line number Diff line change
@@ -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})`
})

0 comments on commit ef7101f

Please sign in to comment.