Skip to content

πŸ”§ Change the labels a bit #16

πŸ”§ Change the labels a bit

πŸ”§ Change the labels a bit #16

Workflow file for this run

name: label-sync
on:
push:
branches: [main, master]
paths:
- .github/labels.yml
- .github/workflows/label-sync.yml
permissions:
contents: read
jobs:
label-sync:
permissions: write-all # https://github.com/community/community/discussions/13565
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Synchronize GitHub labels
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-delete: true