Skip to content

Commit

Permalink
feat: Recognize localization changes as trigger (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed May 9, 2022
1 parent 1a2c10a commit 661d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -10,7 +10,7 @@ inputs:
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'.
default: '[💥🚨🎉🐛⚠🚀👷]|:(boom|tada|construction_worker):'
default: '[💥🚨🎉🐛⚠🚀🌐👷]|:(boom|tada|construction_worker):'
outputs:
interesting:
description: whether the category is interesting or not, true / false will be the result
Expand Down

0 comments on commit 661d206

Please sign in to comment.