Merge pull request #333 from quartiq/rj/hitl-labeler
ci: add PR labeler
This commit is contained in:
commit
7e48550474
|
@ -0,0 +1,4 @@
|
|||
# add changes-hitl label if any hitl scripts are changed
|
||||
# REVIEW those changes before approving HITL deployment!
|
||||
changes-hitl:
|
||||
- any: [hitl/*]
|
|
@ -0,0 +1,12 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue