Skip to content

build(deps): bump js-yaml from 3.14.1 to 3.14.2 #8

build(deps): bump js-yaml from 3.14.1 to 3.14.2

build(deps): bump js-yaml from 3.14.1 to 3.14.2 #8

Workflow file for this run

name: Dependencies PR
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
call-reusable-workflow:
if: github.actor == 'dependabot[bot]' && github.event.pull_request.user.login == 'dependabot[bot]'
uses: codeforjapan/org-actions/.github/workflows/slack-bot-pr.yml@main
with:
repo_name: ${{ github.event.repository.name }}
pr_title: ${{ github.event.pull_request.title }}
pr_url: ${{ github.event.pull_request.html_url }}
secrets:
slack_channel_id: ${{ secrets.SLACK_CHANNEL_ID }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}