mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-22 09:49:16 +01:00
Add pull request labeler (#17199)
This commit is contained in:
15
.github/workflows/labeler.yaml
vendored
Normal file
15
.github/workflows/labeler.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: "Pull Request Labeler"
|
||||
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Apply labels
|
||||
uses: actions/labeler@v4.2.0
|
||||
with:
|
||||
sync-labels: true
|
||||
Reference in New Issue
Block a user