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>2021-03-26 09:10:16 +0300
committerGitHub <noreply@github.com>2021-03-26 09:10:16 +0300
commitb602756e28ad4192f7de4d82c8d8432f98293c4c (patch)
tree8712f03fc53d3c5ff8d37d26a937b236791fea98
parent1c3154d47a3433d0736c3e8d49cc54f3de017b3a (diff)
Bump yogevbd/enforce-label-action from 2.2.1 to 2.2.2 (#265)
Bumps [yogevbd/enforce-label-action](https://github.com/yogevbd/enforce-label-action) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/yogevbd/enforce-label-action/releases) - [Commits](https://github.com/yogevbd/enforce-label-action/compare/2.2.1...a3c219da6b8fa73f6ba62b68ff09c469b3a1c024) 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 a3c2b14..e532fa4 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.2.1
+ - uses: yogevbd/enforce-label-action@2.2.2
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']"