bengreenier-actions/hacknplan-pr
A GitHub Action to show hacknplan workitems in PR comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ghToken | GitHub access token. You probably want to pass this secrets.GH_TOKEN | yes | — |
| apiKey | Hacknplan API Key to authenticate with | yes | — |
| projectId | Hacknplan Project Id | yes | — |
| projectClosedStage | Hacknplan name for workitem closed stage | — | Completed |
| messagePrefix | Prefix developers use to indicate hacknplan workitems | — | HAP#\s{0,}([0-9]+) |
| closePrefix | Comma separated list of prefixes developers use to indicate an item should be closed | — | fixes, closes, close |
Outputs
| name | description |
|---|---|
| commentId | The id of the created comment, if any |