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 ced0cc3 commit 9628039Copy full SHA for 9628039
.github/workflows/maintainer_check.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Fetch MAINTAINERS.yml from pull request
34
run: |
35
- git fetch origin pull/${{ github.event.pull_request.number }}/head
+ git fetch origin pull/${{ github.event.pull_request.number }}/merge
36
git show FETCH_HEAD:MAINTAINERS.yml > pr_MAINTAINERS.yml
37
38
- name: Check maintainer file changes
0 commit comments