File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
21
21
22
22
- name : Update labels
23
- uses : crazy-max/ghaction-github-labeler@v5.1 .0
23
+ uses : crazy-max/ghaction-github-labeler@v5.2 .0
24
24
with :
25
25
github-token : ${{ secrets.GITHUB_TOKEN }}
26
26
yaml-file : .tmp/labels.yml
Original file line number Diff line number Diff line change 21
21
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
22
22
23
23
- name : Update labels - dry run
24
- uses : crazy-max/ghaction-github-labeler@v5.1 .0
24
+ uses : crazy-max/ghaction-github-labeler@v5.2 .0
25
25
with :
26
26
github-token : ${{ secrets.GITHUB_TOKEN }}
27
27
yaml-file : .tmp/labels.yml
You can’t perform that action at this time.
0 commit comments