https://github.com/withstudiocms/automations
Automation workflows for the @withstudiocms org
https://github.com/withstudiocms/automations
Last synced: 12 months ago
JSON representation
Automation workflows for the @withstudiocms org
- Host: GitHub
- URL: https://github.com/withstudiocms/automations
- Owner: withstudiocms
- License: mit
- Created: 2024-11-26T15:04:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T21:35:51.000Z (over 1 year ago)
- Last Synced: 2025-06-20T16:18:08.102Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# withstudiocms/automations
Our Automation workflows
## mergebot
Posts a celebratory message in a Discord channel of your choice for each commit
This workflow posts a celebratory message in a Discord channel of your choice for each commit. For example:
> 🥳 Merged! user-a: commit (#001)
> With essential contributions from user-b and user-c! 💣
### Usage
```yml
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 }}
```
## Acknowledgements
### MergeBot
This is a "Fork" of [bombshell-dev/automation](https://github.com/bombshell-dev/automation)
This repository borrows heavily from [`withastro/automation`](https://github.com/withastro/automation), published under the MIT License—Copyright (c) 2023 Astro.