Skip to content

chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory #2

chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory

chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory #2

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened]
permissions: read-all
jobs:
build:
name: Slack
runs-on: ubuntu-latest
steps:
- name: Slack Notify
continue-on-error: true
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: ${{ job.status }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACKIFY_MARKDOWN: true
SLACK_MESSAGE: |
🍰 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})
🌲 ${{ github.repository }}
👤 ${{ github.actor }}
🔀 ${{ github.event.pull_request.base.label }} <- ${{ github.event.pull_request.head.label }}