Skip to content

🔄 synced local '.gitignore' with remote '.gitignore.common', added Co… #31

🔄 synced local '.gitignore' with remote '.gitignore.common', added Co…

🔄 synced local '.gitignore' with remote '.gitignore.common', added Co… #31

Workflow file for this run

name: Create labels
on:
push:
branches:
- 'main'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: false
exclude: |
help*
*issue