Skip to content

Commit

Permalink
Merge pull request #357 from viperproject/switch-from-bors-to-merge-q…
Browse files Browse the repository at this point in the history
…ueues

Use merge queues for updating submodules
  • Loading branch information
ArquintL authored Dec 5, 2023
2 parents 55ecea9 + ec52c14 commit 7c0003c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
* Updates Gobra from `${{ env.PREV_GOBRA_REF }}` to `${{ env.CUR_GOBRA_REF }}`.
- name: Enable auto-merge of PR
uses: peter-evans/create-or-update-comment@v2
if: env.PREV_GOBRA_REF != env.CUR_GOBRA_REF
with:
token: ${{ secrets.VIPER_ADMIN_TOKEN }}
issue-number: ${{ steps.pr.outputs.pull-request-number }}
body: bors merge
run: gh pr merge --merge --auto "${{ steps.pr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.VIPER_ADMIN_TOKEN }}
8 changes: 0 additions & 8 deletions bors.toml

This file was deleted.

0 comments on commit 7c0003c

Please sign in to comment.