Skip to content

build(deps): bump fastify from 4.26.2 to 4.28.1 #1563

build(deps): bump fastify from 4.26.2 to 4.28.1

build(deps): bump fastify from 4.26.2 to 4.28.1 #1563

name: CodeTour watch
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
codetour-watch:
runs-on: trailheadapps-Ubuntu
if: github.actor != 'trailheadapps-bot' && github.actor != 'dependabot[bot]'
steps:
- name: 'Checkout source code'
uses: actions/checkout@v3
- name: 'Watch CodeTour changes'
uses: pozil/[email protected]
skip-codetour-watch:
if: github.actor == 'trailheadapps-bot' || github.actor == 'dependabot[bot]'
runs-on: trailheadapps-Ubuntu
steps:
- name: Noop
run: |
echo "Skipping workflow run for automated PRs."