Skip to content

Commit

Permalink
more inclusive issue-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 7, 2024
1 parent b05be89 commit e843058
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/issue-notify.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e843058

Please sign in to comment.