Skip to content
Closed
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
20 changes: 20 additions & 0 deletions .github/workflows/pr-slack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Opt-in to the org's reusable PR notifier, which posts to #pull-requests and
# edits one message per PR in place. Copying this file is the only step - the
# SLACK_BOT_TOKEN secret and SLACK_PR_CHANNEL variable are org-wide.
# Source and docs: withoneai/infrastructure, CLAUDE.md "GitHub Actions".
# Delete this file to opt out.

name: pr-slack

on:
pull_request:
types: [opened, reopened, ready_for_review, converted_to_draft, closed]
pull_request_review:
types: [submitted]
push:
branches: [main, master]

jobs:
notify:
uses: withoneai/infrastructure/.github/workflows/slack-pr-notify.yml@main
secrets: inherit