We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f19eb commit 936e825Copy full SHA for 936e825
.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
- name: Update labels - dry run
0 commit comments