Skip to content

Commit 2e4698b

Browse files
authored
Merge pull request #5 from quic-viskuma/quic-viskuma-patch-5
Update pr.yml
2 parents cff2966 + 80f79f1 commit 2e4698b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121
cd kernel
2222
../automerge/ci-merge -f ../merge.conf -t head -n
2323
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

Comments
 (0)