Skip to content

chore(deps): bump serde from 1.0.213 to 1.0.214 #110

chore(deps): bump serde from 1.0.213 to 1.0.214

chore(deps): bump serde from 1.0.213 to 1.0.214 #110

on: [pull_request]
name: Dependabot
jobs:
run_if:
if: startsWith(github.head_ref, 'dependabot/')
name: Notify
runs-on: ubuntu-latest
steps:
- name: Post to a Slack channel
uses: slackapi/[email protected]
with:
channel-id: 'C04658EJ9QS'
slack-message: "New Dependabot PR: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}