Skip to content

Commit

Permalink
rfc notification
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Apr 16, 2024
1 parent 36cb229 commit 245d5f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [opened, reopened]

jobs:
notify:
rfc-notify:
name: RFC notifications
runs-on: ubuntu-latest
steps:
- name: Check PR title
Expand All @@ -18,7 +19,7 @@ jobs:
if: env.NOTIFY_SLACK == 'true'
uses: slackapi/[email protected]
with:
channel-id: "rc-test"
channel-id: "wg-spec"
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 245d5f7

Please sign in to comment.