Skip to content

Commit 114122d

Browse files
committed
Copying other, working, examples
1 parent 391e550 commit 114122d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/needs_release_notes.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
pull-requests: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout repository
15-
uses: actions/checkout@v4
16-
with:
17-
ref: ${{ github.event.pull_request.head.sha }}
14+
- uses: actions/checkout@v4
1815

1916
- name: Run Pull Request Labeler
2017
uses: actions/[email protected]

0 commit comments

Comments
 (0)