We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114122d commit 7ce5580Copy full SHA for 7ce5580
.github/labeler.yml
@@ -1,4 +1,3 @@
1
needs release notes:
2
- - all:
3
- - changed-files:
4
- - any-glob-to-any-file: 'changes/*.rst'
+- changed-files:
+ - any-glob-to-any-file: 'changes/*.rst'
.github/workflows/needs_release_notes.yml
@@ -1,7 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
+ pull_request
5
6
jobs:
7
labeler:
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
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/[email protected]
0 commit comments