Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
# 3. Optionally tweak the `if:` and `on:` sections below to control which issue
# and PR events are skipped.

name: slack
name: slack-lite

env:
SLACK_CHANNEL: "#apm-agent-node"

on:
issues:
types: [opened, reopened, closed]
pull_request:
pull_request_target:
types: [opened, ready_for_review, reopened, closed]

jobs:
slack:
slack-lite:
# Skip notification if:
# - dependabot or renovate PRs, too noisy
# - draft PRs
Expand Down
Loading