Skip to content

Commit

Permalink
Add mergebot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 26, 2024
1 parent 715e159 commit 2f3f07b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/mergebot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: mergebot

on:
push:
branches: [main]

jobs:
mergebot:
if: ${{ github.repository_owner == 'withstudiocms' }}
uses: withstudiocms/mergebot@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}

0 comments on commit 2f3f07b

Please sign in to comment.