minor changes in the DEV tools and more (#1578)

This commit is contained in:
Ludy
2024-07-22 22:15:10 +02:00
committed by GitHub
parent cbe92269f4
commit 6eb79e65fa
7 changed files with 45 additions and 10 deletions

18
.github/workflows/auto-labeler.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler-config.yml
sync-labels: true