diff --git a/.github/workflows/slack.yaml b/.github/workflows/slack.yaml index 433f7f3..ca4ac79 100644 --- a/.github/workflows/slack.yaml +++ b/.github/workflows/slack.yaml @@ -5,8 +5,7 @@ on: types: [opened, reopened] jobs: - rfc-notify: - name: RFC notifications + notify: runs-on: ubuntu-latest steps: - name: Check PR title @@ -19,7 +18,7 @@ jobs: if: env.NOTIFY_SLACK == 'true' uses: slackapi/slack-github-action@v1.25.0 with: - channel-id: "wg-spec" - slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}" + channel-id: "rc-test" + slack-message: "${{ github.actor }} opened a new RFC: ${{ github.event.pull_request.title }}. URL: ${{ github.event.pull_request.html_url }}" env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}