fix(deps): update dependency svelte to v5.17.3 #2611
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Enforce PR labels | ||
on: | ||
pull_request: | ||
types: [labeled, unlabeled, opened, edited, synchronize] | ||
jobs: | ||
cancel-previous: | ||
name: Cancel Previous | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/[email protected] | ||
with:GH_TOKEN | ||
access_token: ${{ github.token }} | ||
enforce-label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
- uses: yogevbd/[email protected] | ||
with: | ||
REQUIRED_LABELS_ANY: "major,minor,patch,release,documentation,dependencies" | ||
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['major','minor','patch', 'documentation']" | ||
BANNED_LABELS: "banned" |