We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63aaed3 + 2f77131 commit 17d706cCopy full SHA for 17d706c
.github/workflows/PUSH-MASTER.yml
@@ -20,7 +20,7 @@ jobs:
20
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
21
22
- name: Update labels
23
- uses: crazy-max/ghaction-github-labeler@v5.1.0
+ uses: crazy-max/ghaction-github-labeler@v5.2.0
24
with:
25
github-token: ${{ secrets.GITHUB_TOKEN }}
26
yaml-file: .tmp/labels.yml
.github/workflows/PUSH-OTHER.yml
@@ -21,7 +21,7 @@ jobs:
- name: Update labels - dry run
27
0 commit comments