Skip to content

Commit 7b4f61a

Browse files
Switch pr-labeler-action to use the StepSecurity-maintained version
The diff looks bigger because it also removes all the Windows carriage return line endings.
1 parent 38e4f5f commit 7b4f61a

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/pr-label.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: PR Labeler
2-
on:
3-
pull_request:
4-
types: [opened]
5-
6-
permissions:
7-
contents: read
8-
9-
jobs:
10-
pr-labeler:
11-
permissions:
12-
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
13-
runs-on: cx-public-ubuntu-x64
14-
steps:
15-
- uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af #v5
16-
with:
17-
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
name: PR Labeler
2+
on:
3+
pull_request:
4+
types: [opened]
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
pr-labeler:
11+
permissions:
12+
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
13+
runs-on: cx-public-ubuntu-x64
14+
steps:
15+
- uses: step-security/pr-labeler-action@ef1aaf0814c671e210aced271e5973b598049990 # v5.0.5
16+
with:
17+
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)