mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
👷 Action to update issues with a message
This commit is contained in:
parent
8bf42bd752
commit
a291de0115
1 changed files with 14 additions and 0 deletions
14
.github/workflows/broadcast-message.yml
vendored
Normal file
14
.github/workflows/broadcast-message.yml
vendored
Normal 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 }}
|
||||||
Loading…
Reference in a new issue