We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a38b5cb + 9e8dcfd commit 47c1efdCopy full SHA for 47c1efd
2 files changed
.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.2.0
+ uses: crazy-max/ghaction-github-labeler@v5.3.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