We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff2966 + 80f79f1 commit 2e4698bCopy full SHA for 2e4698b
1 file changed
.github/workflows/pr.yml
@@ -21,3 +21,9 @@ jobs:
21
cd kernel
22
../automerge/ci-merge -f ../merge.conf -t head -n
23
24
+ - name: Fetch the PR
25
+ run: |
26
+ cd kernel
27
+ git fetch ${{ github.base_ref }} pull/${{ github.event.pull_request.number }}/head:pr-${{ github.event.pull_request.number }}
28
+ git checkout pr-${{ github.event.pull_request.number }}
29
+
0 commit comments