Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions .github/workflows/pr-notifications.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Slack PR Review Notifications

# DISABLED: this repo is public and cannot call the reusable workflows in the
# internal observIQ/gha-workflows repo, so every triggered run fails at setup
# validation with zero jobs (GitHub "workflow file issue"). The triggers below
# are commented out to stop the perpetual failures; uncomment them to re-enable
# once the notification workflows are usable from a public repo. See PIPE-1124.
on:
issue_comment:
types: [created]
pull_request_review:
types: [submitted]
pull_request:
types: [closed]
# issue_comment:
# types: [created]
# pull_request_review:
# types: [submitted]
# pull_request:
# types: [closed]
workflow_dispatch:

jobs:
# Handle @iris cr commands in PR comments
Expand Down
Loading