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
This commit is contained in:
Justin Newberry
2023-09-08 17:24:19 -07:00
committed by GitHub
parent c417669cbd
commit aa52cf3e81
2 changed files with 60 additions and 0 deletions

18
.github/workflows/labeler.yaml vendored Normal file
View File

@@ -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