Skip to content

Commit

Permalink
Notify on issue being labeled with help wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter committed Dec 12, 2023
1 parent 8a9b36f commit a6f80e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/help_wanted_notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: notify social media

on:
issues:
types:
- labeled

jobs:
notify:
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Actions for Discord
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }}
uses: Ilshidur/[email protected]
File renamed without changes.

0 comments on commit a6f80e9

Please sign in to comment.