Skip to content

Update auto-label.yml #11

Update auto-label.yml

Update auto-label.yml #11

Workflow file for this run

name: Auto Label

Check failure on line 1 in .github/workflows/auto-label.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-label.yml

Invalid workflow file

(Line: 22, Col: 9): 'with' is already defined
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Label PR based on files changed
uses: actions/labeler@v5
with:
sync-labels: true
with:
sync-labels: true