Skip to content

Commit 9628039

Browse files
committed
[TEST] ci: maintainer_check: merge ref
1 parent ced0cc3 commit 9628039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maintainer_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Fetch MAINTAINERS.yml from pull request
3434
run: |
35-
git fetch origin pull/${{ github.event.pull_request.number }}/head
35+
git fetch origin pull/${{ github.event.pull_request.number }}/merge
3636
git show FETCH_HEAD:MAINTAINERS.yml > pr_MAINTAINERS.yml
3737
3838
- name: Check maintainer file changes

0 commit comments

Comments
 (0)