We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871be8f commit ff67423Copy full SHA for ff67423
.github/workflows/post-merge.yml
@@ -16,6 +16,11 @@ jobs:
16
pull-requests: write
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ # Make sure that we have enough commits to find the parent merge commit.
21
+ # Since all merges should be through merge commits, fetching two commits
22
+ # should be enough to get the parent bors merge commit.
23
+ fetch-depth: 2
24
- name: Perform analysis and send PR
25
env:
26
GH_TOKEN: ${{ github.token }}
0 commit comments