New Blogpost, Author Profile Update, Experimental Content Intellisens… #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mergebot | |
on: | |
push: | |
branches: [main] | |
jobs: | |
mergebot: | |
if: ${{ github.repository_owner == 'withstudiocms' }} | |
uses: withstudiocms/automations/.github/workflows/mergebot.yml@main | |
secrets: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }} |