We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed22280 commit de07568Copy full SHA for de07568
1 file changed
.github/workflows/require-codeowners.yml
@@ -35,10 +35,10 @@ jobs:
35
runs-on: ubuntu-latest
36
37
steps:
38
- - name: Checkout repo
+ - name: Checkout branch
39
uses: actions/checkout@v4
40
with:
41
- ref: ${{ github.ref_name }}
+ ref: ${{ github.event.pull_request.head.sha }}
42
43
# Find doesn't return non-0 for no results, but grep does.
44
- name: Check for CODEOWNERS
0 commit comments