Skip to content

[Dependencies] - Update .github/workflows/update-labels.yml to match … #28

[Dependencies] - Update .github/workflows/update-labels.yml to match …

[Dependencies] - Update .github/workflows/update-labels.yml to match … #28

Workflow file for this run

name: "Repo: Update Labels"
on:
push:
branches:
- main
paths:
- '.github/labels.yml'
- '.github/workflows/update-labels.yml'
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
update-labels-config:
runs-on: ubuntu-latest
steps:
- run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
- if: success()
uses: crazy-max/[email protected]
with:
github-token: ${{secrets.SOURCE_PUSH_TOKEN}}
yaml-file: .github/labels.yml
skip-delete: true
dry-run: false
exclude: |
help*
*issue