Sign in
OctopusDeploy
/
Library
Try commenting with hyponome link...
#1544
Open
tothegills
wants to merge 10 commits into
OctopusDeploy:master
from
OctopusDeploy:tothegills/hyponomeLink
We can't automatically merge this pull request.
Files changed
1
Script
Showing
1 changed files
with
17 additions
and
0 deletions
.
View Script
.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