Skip to content

Commit

Permalink
feat: Recognize localization as trigger (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed May 6, 2022
1 parent 57327ca commit a0a2c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Expand Up @@ -13,7 +13,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.
Ignored when using workflow_dispatch (explicit release); when using the check_run trigger (automatic), the release is skipped unless the draft changelog matches.
default: '[πŸ’₯πŸš¨πŸŽ‰πŸ›βš πŸš€πŸ‘·]|:(boom|tada|construction_worker):'
default: '[πŸ’₯πŸš¨πŸŽ‰πŸ›βš πŸš€πŸŒπŸ‘·]|:(boom|tada|construction_worker):'
runs:
using: composite
steps:
Expand Down

0 comments on commit a0a2c86

Please sign in to comment.