Skip to content

Bump typescript-eslint from 8.58.2 to 8.65.0 in /lib/octicons_angular #398

Bump typescript-eslint from 8.58.2 to 8.65.0 in /lib/octicons_angular

Bump typescript-eslint from 8.58.2 to 8.65.0 in /lib/octicons_angular #398

name: Check for changeset
permissions:
contents: read
on:
pull_request:
types:
# On by default if you specify no types.
- 'opened'
- 'reopened'
- 'synchronize'
# For `skip changeset` only.
- 'labeled'
- 'unlabeled'
jobs:
check-for-changeset:
name: Check for changeset
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: 'Check for changeset'
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1
with:
file-pattern: '.changeset/*.md'
skip-label: 'skip changeset'
failure-message: 'No changeset found. If these changes should not result in a new version, apply the ${skip-label} label to this pull request. If these changes should result in a version bump, please add a changeset https://git.io/J6QvQ'