Prechádzať zdrojové kódy

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>
dependabot[bot] 4 rokov pred
rodič
commit
b602756e28
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/workflows/enforce-label.yml

+ 1 - 1
.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']"