1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/.github/workflows/labeler.yml
Xiaofeng Wang f8b7e946c7 ci: fix labeler action error
Fix "The configuration file (path: .github/labeler.yml) was not
found locally" error

Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
2024-12-10 17:44:13 +08:00

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