Skip to content

Commit

Permalink
auto-merge: replaced review bot for merge bot (polkadot-fellows#98)
Browse files Browse the repository at this point in the history
When adapted the code from polkadot-fellows#88 I forgot to update the location of the
credentials, so it was using review-bot which can only enable auto-merge
but can not merge a ready to merge PR. Follow up to polkadot-fellows#97
  • Loading branch information
Bullrich authored and Sophia-Gold committed Nov 22, 2023
1 parent 83e1cc9 commit 2144856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
id: merge_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.REVIEW_APP_ID }}
private_key: ${{ secrets.REVIEW_APP_KEY }}
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_KEY }}
- name: Set auto merge
uses: paritytech/auto-merge-bot@v1.0.0
with:
Expand Down

0 comments on commit 2144856

Please sign in to comment.