We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c5a97 commit 8ff9e39Copy full SHA for 8ff9e39
1 file changed
.github/workflows/auto-merge.yml
@@ -50,6 +50,8 @@ jobs:
50
PR_URL: ${{github.event.pull_request.html_url}}
51
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
52
steps:
53
+ -
54
+ name: Checkout repository
55
-
56
name: Auto-approve all bot-go-openapi PRs
57
run: gh pr review --approve "$PR_URL"
0 commit comments