https://github.com/bombshell-dev/automation
https://github.com/bombshell-dev/automation
ci
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bombshell-dev/automation
- Owner: bombshell-dev
- License: mit
- Created: 2024-10-31T03:33:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-12T08:23:55.000Z (5 months ago)
- Last Synced: 2025-10-04T21:02:26.790Z (3 months ago)
- Topics: ci
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automation
Shared GitHub Actions for the `bombshell-dev` organization.
## mergebot
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 == 'bombshell-dev' }}
uses: bombshell-dev/automation/mergebot.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}
```
## Acknowledgements
This repository borrows heavily from [`withastro/automation`](https://github.com/withastro/automation), published under the MIT License—Copyright (c) 2023 Astro.