Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siniStar7 committed Dec 26, 2024
1 parent bece36e commit aa4038a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Notify IRC

on:
push:
issues:
types:
- opened
- edited
- closed
issue_comment:
pull_request:
discussion:
types:
- created
- edited
- closed
- answered
discussion_comment:
create:
delete:

jobs:
notify-irc:
runs-on: ubuntu-latest

steps:
- name: Notify IRC
uses: openzfsonwindows/notify-irc@v1
with:
channel: "#Development,#IRC4Fun"
server: "irc.irc4fun.net"
nickname: "GitHub"
ansicolor: "true"
eventpath: ${{ github.event_path }}

0 comments on commit aa4038a

Please sign in to comment.