mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 07:12:08 +08:00
CI: auto label PR's (#29842)
* auto label * on pull request * checkout * yaml not yml * recursive here too * start with just car stuff and CI * require all * no fps * add translations and fix CI old-commit-hash: aa52cf3e815ea665b9222c4c6a1e291d6c86f8a9
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: false
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
dot: true
|
||||
configuration-path: .github/labeler.yaml
|
||||
Reference in New Issue
Block a user