Skip to content

Commit

Permalink
Create mergebot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmetski authored Jan 18, 2024
1 parent 5af3cc6 commit 1da58ec
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/mergebot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Mergebot

on:
workflow_run:
workflows:
- Pull request
types:
- completed
workflow_dispatch:

jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: e-conomic/mergebot@v1
with:
github_app_id: ${{ secrets.MERGEBOT_APP_ID }}
github_app_private_key: ${{ secrets.MERGEBOT_PRIVATE_KEY }}
github_app_installation_id: ${{ secrets.MERGEBOT_INSTALL_ID }}
team_reviewers: "platform"
semver_match: minor

0 comments on commit 1da58ec

Please sign in to comment.