From a0a2c865bf13c0937b93d3190ed128af1bab2947 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Fri, 6 May 2022 06:16:02 +0200 Subject: [PATCH] feat: Recognize localization as trigger (#20) --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1e1a216..a4d7b2b 100644 --- a/action.yaml +++ b/action.yaml @@ -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: