Skip to content

Commit

Permalink
#26: Telegram chat updates about issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Jan 22, 2022
1 parent 57a1c0a commit 3f4ea6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Notifier
name: Telegram

# triggers for notifying
# these are some important trigger cases could be change as need
# check here https://developer.github.com/webhooks/
on:
issue_comment:
types: [created]
types: created
issues:
types: [opened, edited, pinned, closed, reopened, assigned, labeled]
pull_request:
types: [opened, closed, edited, ready_for_review, review_requested, reopened]
pull_request_review_comment:
types: [created]
types: created
push:

jobs:
build:
name: Notifier
name: Telegram Notification
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 3f4ea6e

Please sign in to comment.