actions-marketplace-validations/use-herald-action
GitHub action to add reviewers, subscribers and assignees to your PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GITHUB_TOKEN, frequently available on secrets.GITHUB_TOKEN | yes | — |
| rulesLocation | Directory where the rules can be found | yes | — |
| base | In case we wish to change the base commit we use to find the changeSet (default: master) | — | master |
| dryRun | It will evaluate the rules but not perform the actions, the output will be available | — | false |
| DEBUG | following https://www.npmjs.com/package/debug it will use the value to increase or decrease logging | — | — |
Outputs
| name | description |
|---|---|
| appliedRules | It will report back what rules have been applied |