diff --git a/.github/workflows/help_wanted_notify.yml b/.github/workflows/help_wanted_notify.yml new file mode 100644 index 00000000..e98a564e --- /dev/null +++ b/.github/workflows/help_wanted_notify.yml @@ -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 diff --git a/.github/workflows/notify.yml b/.github/workflows/push_notify.yml similarity index 100% rename from .github/workflows/notify.yml rename to .github/workflows/push_notify.yml