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 16cf51e commit 95d08f7Copy full SHA for 95d08f7
.github/workflows/auto_approve.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
+ ref: ${{ github.event.pull_request.head.ref }}
17
18
- name: Approve workflow run
19
env:
0 commit comments