Skip to content

withstudiocms/automations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

This repository borrows heavily from withastro/automation, published under the MIT License—Copyright (c) 2023 Astro.

About

Automation workflows for the @withstudiocms org

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project