From e8430582af9769be2620e8ba5b0e1102e292204f Mon Sep 17 00:00:00 2001 From: Ed J Date: Sat, 7 Dec 2024 16:53:47 +0000 Subject: [PATCH] more inclusive issue-notify --- .github/workflows/issue-notify.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/issue-notify.yml diff --git a/.github/workflows/issue-notify.yml b/.github/workflows/issue-notify.yml new file mode 100644 index 0000000..91d8990 --- /dev/null +++ b/.github/workflows/issue-notify.yml @@ -0,0 +1,25 @@ +name: issue-notify + +on: + issues: + types: [opened,assigned,closed,reopened] + issue_comment: + types: [created] + pull_request: + pull_request_review: + types: [submitted] + push: + branches: + - '*' + tags-ignore: + - '*' + create: +jobs: + notify: + runs-on: ubuntu-latest + continue-on-error: true + if: ${{ always() }} + steps: + - uses: PDLPorters/devops/github-actions/irc-notifications@master + with: + target-notifications: true