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 3af4aad commit ec7642bCopy full SHA for ec7642b
.github/workflows/codeowners.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: 'Checkout Code Repository'
24
uses: actions/checkout@v5
25
with:
26
+ ref: ${{ github.base_ref }}
27
fetch-depth: 0
28
29
- name: 'Update action.yml to build locally'
README.md
@@ -89,6 +89,7 @@ jobs:
89
90
uses: actions/checkout@v4
91
92
+ ref: ${{ github.base_ref }} # use the base_ref to prevent bypass by PR author
93
94
95
- name: 'Codeowners Plus'
0 commit comments