We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a912b8 commit 2e278a7Copy full SHA for 2e278a7
.github/workflows/auto-merge.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@09fdf6112081c9d6bea91b551b771a1b6bcf8d98 # v1.1.0
67
with:
68
pr-url: ${{ env.PR_URL }}
69
- gh-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
70
-
71
name: Auto-merge bot-go-openapi PRs
72
run: gh pr merge --auto --rebase "$PR_URL"
.github/workflows/contributors.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
name: Auto-merge PR
94
0 commit comments