File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments