jenkins-infra/interesting-category
Validate that the next draft release is interesting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Token to run with, defaults to the repository GITHUB_TOKEN | yes | — |
| INTERESTING_CATEGORIES | Regexp of emojis from https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.yml representing changes of interest to users. By default excludes 📦📝👻🚦 under the assumption these do not normally merit a release. An output of interesting = true/false will be set, the 'workflow_dispatch' (explicit release) is always 'interesting'. | yes | [💥🚨🎉🐛⚠🚀🌐👷]|:(boom|tada|construction_worker): |
| RELEASE_DRAFT_BODY | Release draft body produced by `release-drafter/release-drafter` action; defaults to looking for a draft release named `next` | no | "" |
Outputs
| name | description |
|---|---|
| interesting | whether the category is interesting or not, true / false will be the result |