tonyhallett/workflow artifact pull request comment
add generated comment with urls to associated workflow artifacts to pull request or associated issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pullState | used to restrict the number of pull requests for pull workflow - all | closed | open | no | open |
| workflowPayload | payload if using https://github.com/tonyhallett/workflow-run-conclusion-dispatch-action | no | — |
| errorNoArtifacts | fail if no artifacts | no | true |
| addTo | add to pull or issues or pullandissues | yes | pull |
| prefix | prefix the comment | no | — |
| suffix | suffix the comment | no | — |
| includes | comma delimited names of artifacts to include | no | — |
| format | format to be applied to all | no | url |
| includesFormatted | instead of applying same format to all - array of objects {name:string,format?:string} | no | — |
| caseSensitive | should matching be case sensitive | no | false |
| closeWords | words that indicate associated issue | no | close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved |
| usePullTitle | look in the pull request title for issues | no | true |
| usePullBody | look in the pull request body for issues | no | true |
| useCommitMessages | look in the pull request commit messages for issues | no | true |
| useBranch | look in the pull request branch name for issues | no | true |
| branchIssuesWords | words that form part of an issue branch name | no | issue, issues |
| branchDelimiters | delimiters of a matching branch name | no | _, - |
Outputs
| name | description |
|---|---|
| commentIds | ids of created comments |