File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- - needs release notes :
2
- - all :
3
- - changed-files :
4
- - any-glob-to-any-file : ' changes/*.rst'
1
+ needs release notes :
2
+ - changed-files :
3
+ - any-glob-to-any-file : ' changes/*.rst'
Original file line number Diff line number Diff line change 1
1
name : " Pull Request Labeler"
2
2
3
3
on :
4
- - pull_request_target
4
+ pull_request
5
5
6
6
jobs :
7
7
labeler :
11
11
pull-requests : write
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
14
+ - uses : actions/checkout@v4
15
+ with :
16
+ ref : ${{ github.event.pull_request.head.sha }}
17
+
18
+ - name : Run Pull Request Labeler
19
+ uses : actions/labeler@v5.0.0
15
20
with :
16
21
repo-token : ${{ secrets.GITHUB_TOKEN }}
17
22
sync-labels : true
You can’t perform that action at this time.
0 commit comments