Skip to content

chore: bump canbench version to v0.1.17 #54

chore: bump canbench version to v0.1.17

chore: bump canbench version to v0.1.17 #54

Workflow file for this run

name: PR Slack Notification
on:
pull_request:
types: [opened, ready_for_review]
jobs:
notify-slack:
name: Notify Slack
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Post to a Slack channel
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
with:
channel-id: eng-execution-mrs
slack-message: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_API_TOKEN }}