Try commenting with hyponome link... #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Link to hyponome | ||
on: pull_request | ||
jobs: | ||
comment: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v6 | ||
with: | ||
script: | | ||
Check failure on line 10 in .github/workflows/Hyponome.yml GitHub Actions / Link to hyponomeInvalid workflow file
|
||
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 }})' | ||
}) |