Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Follow #11
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 27, 2023
1 parent 95a13ef commit 18dfe66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
uses: kachick/wait-other-jobs@v1.3.0
timeout-minutes: 10
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Approve and merge
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --squash "$PR_URL"
Expand All @@ -47,7 +45,6 @@ jobs:
uses: kachick/wait-other-jobs@v1.3.0
timeout-minutes: 10
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
retry-method: 'equal_intervals'
min-interval-seconds: '15'
- name: Approve and merge
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
cache-dependency-path: 'go.sum'
- name: Wait other jobs
uses: kachick/wait-other-jobs@v1.3.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
if: startsWith(github.ref, 'refs/tags/')
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 18dfe66

Please sign in to comment.