Skip to content

Commit daaa1d5

Browse files
authored
rfc notification (#11)
1 parent 36cb229 commit daaa1d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/slack.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
types: [opened, reopened]
66

77
jobs:
8-
notify:
8+
rfc-notify:
9+
name: RFC notifications
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Check PR title
@@ -18,7 +19,7 @@ jobs:
1819
if: env.NOTIFY_SLACK == 'true'
1920
uses: slackapi/[email protected]
2021
with:
21-
channel-id: "rc-test"
22+
channel-id: "wg-spec"
2223
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}"
2324
env:
2425
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)