Skip to content

Remove remaining references to ux-and-design team (#100) #47

Remove remaining references to ux-and-design team (#100)

Remove remaining references to ux-and-design team (#100) #47

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./actions/notify-on-push
with:
webhook: ${{ secrets.SLACK_WEBHOOK }}