We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeb174 commit 69829cdCopy full SHA for 69829cd
.github/workflows/slack.yaml
@@ -19,7 +19,7 @@ jobs:
19
if: env.NOTIFY_SLACK == 'true'
20
uses: slackapi/[email protected]
21
with:
22
- channel-id: "rc-test"
+ channel-id: "wg-open-source"
23
slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}"
24
env:
25
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments