Skip to content

Commit

Permalink
add url to message (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Apr 16, 2024
1 parent daaa1d5 commit 060c0a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types: [opened, reopened]

jobs:
rfc-notify:
name: RFC notifications
notify:
runs-on: ubuntu-latest
steps:
- name: Check PR title
Expand All @@ -19,7 +18,7 @@ jobs:
if: env.NOTIFY_SLACK == 'true'
uses: slackapi/[email protected]
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 }}

0 comments on commit 060c0a9

Please sign in to comment.