Skip to content

chore(deps): update dependency concurrently to v9.1.1 #2576

chore(deps): update dependency concurrently to v9.1.1

chore(deps): update dependency concurrently to v9.1.1 #2576

Workflow file for this run

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/cancel-workflow-action@0.12.1
with:GH_TOKEN

Check failure on line 12 in .github/workflows/enforce-labels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/enforce-labels.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
access_token: ${{ github.token }}
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- uses: yogevbd/enforce-label-action@2.2.2
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"