Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-03 09:48:17 +0300
committerGitHub <noreply@github.com>2020-12-03 09:48:17 +0300
commite89ee27238e49396cd15353bfa5da5bfde6db58c (patch)
tree4db34b91296a5590e484d35375666a2720c2392b
parent0e97501057f520cbb606c5d1a62cd2653406c636 (diff)
Bump yogevbd/enforce-label-action from 2.1.0 to 2.2.1 (#180)
Bumps [yogevbd/enforce-label-action](https://github.com/yogevbd/enforce-label-action) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/yogevbd/enforce-label-action/releases) - [Commits](https://github.com/yogevbd/enforce-label-action/compare/2.1.0...017906b5766e04014138cc22668d5c2d31ad5e20) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/enforce-label.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/enforce-label.yml b/.github/workflows/enforce-label.yml
index e4f5c5f..a3c2b14 100644
--- a/.github/workflows/enforce-label.yml
+++ b/.github/workflows/enforce-label.yml
@@ -7,7 +7,7 @@ jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- - uses: yogevbd/enforce-label-action@2.1.0
+ - uses: yogevbd/enforce-label-action@2.2.1
with:
REQUIRED_LABELS_ANY: "automerge,breaking-change,bug-fix,enhancement,feature,translation"
REQUIRED_LABELS_ANY_DESCRIPTION: "The PR must have at least one these labels: ['automerge','breaking-change','bug-fix','enhancement','feature','translation']"