We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dee0fab + 5c3f177 commit ff60e81Copy full SHA for ff60e81
.github/workflows/Hyponome.yml
@@ -13,5 +13,12 @@ jobs:
13
issue_number: context.issue.number,
14
owner: context.repo.owner,
15
repo: context.repo.repo,
16
- body: `[Review in hyponome](https://hyponome-aha-webapp.azurewebsites.net/pulls/${context.issue.number})`
17
- })
+ body: >
+ Start Hyponome locally
18
+ ```
19
+ docker pull ghcr.io/hnrkndrssn/hyponome:main
20
+ docker run --rm -p 8000:8080 -it ghcr.io/hnrkndrssn/hyponome:main
21
22
+
23
+ [Review in Hyponome](http://localhost:8000/pulls/${context.issue.number})
24
+ })
0 commit comments