👷 Action to update issues with a message

This commit is contained in:
Alicia Sykes 2021-09-13 21:53:18 +01:00
parent 8bf42bd752
commit a291de0115
1 changed files with 14 additions and 0 deletions

14
.github/workflows/broadcast-message.yml vendored Normal file
View File

@ -0,0 +1,14 @@
# Updates multiple issues with a certain tag, with a comment containing a given message
name: 🎯 Broadcast Message across Issues
on:
workflow_dispatch:
inputs:
message: { required: false }
labels: { required: false }
jobs:
broadcast:
runs-on: ubuntu-latest
steps:
- uses: jenschelkopf/broadcast-action@master
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}