[READ-ONLY] Mirror of https://github.com/bombshell-dev/automation. GitHub Actions for the Bombshell organization
ci
0

Configure Feed

Select the types of activity you want to include in your feed.

8 7 0

Clone this repository

https://tangled.org/bomb.sh/automation https://tangled.org/did:plc:a4ayp43mnrncdk5tn7ykns32
git@tangled.org:bomb.sh/automation git@tangled.org:did:plc:a4ayp43mnrncdk5tn7ykns32

For self-hosted knots, clone URLs may differ based on your setup.



README.md

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#

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, published under the MIT License—Copyright (c) 2023 Astro.