Skip to content

Commit 8ff9e39

Browse files
committed
fix(auto-merge): interacting with gh with sha requires checkout
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent c5c5a97 commit 8ff9e39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
PR_URL: ${{github.event.pull_request.html_url}}
5151
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5252
steps:
53+
-
54+
name: Checkout repository
5355
-
5456
name: Auto-approve all bot-go-openapi PRs
5557
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)