Skip to content

Commit

Permalink
Notify on issue being labeled with help wanted (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter authored Dec 12, 2023
1 parent e5af415 commit 3066391
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/action-discord@0.3.2
File renamed without changes.

0 comments on commit 3066391

Please sign in to comment.