Skip to content

build(deps): bump pnpm/action-setup from 4.1.0 to 4.2.0 in /actions/s… #37

build(deps): bump pnpm/action-setup from 4.1.0 to 4.2.0 in /actions/s…

build(deps): bump pnpm/action-setup from 4.1.0 to 4.2.0 in /actions/s… #37

on:
push:
branches:
- main
name: Notify on Push
permissions:
contents: read
jobs:
notify_on_push:
name: Notify on any direct push to `main`
if: >
github.repository == 'nodejs/web-team' &&
github.actor != 'github-merge-queue[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./actions/notify-on-push
with:
webhook: ${{ secrets.SLACK_WEBHOOK }}