Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 27, 2024
1 parent ecfc82a commit b4628aa
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,6 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}
```
## first-time-pr
### Usage
```yml
name: First time PR merged Check

on:
pull_request:
types: [closed]

jobs:
welcome:
if: ${{ github.repository_owner == 'withstudiocms' }}
uses: withstudiocms/automations/.github/workflows/first-time-pr.yml@main
secrets:
SERVICE_TOKEN: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}
DISCORD_ROLE_HONOURED: ${{ secrets.DISCORD_ROLE_HONOURED }}
DISCORD_ROLE_REVERED: ${{ secrets.DISCORD_ROLE_REVERED }}
DISCORD_ROLE_EXALTED: ${{ secrets.DISCORD_ROLE_EXALTED }}
```
## Acknowledgements
### MergeBot
Expand Down

0 comments on commit b4628aa

Please sign in to comment.