mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Fix "The configuration file (path: .github/labeler.yml) was not found locally" error Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
14 lines
242 B
YAML
14 lines
242 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
triage:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/labeler@v5
|