Skip to content

Commit 69829cd

Browse files
authored
update slack channel (#87)
1 parent bbeb174 commit 69829cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: env.NOTIFY_SLACK == 'true'
2020
uses: slackapi/[email protected]
2121
with:
22-
channel-id: "rc-test"
22+
channel-id: "wg-open-source"
2323
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"
2424
env:
2525
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)