mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-28 04:22:34 +08:00
18 lines
292 B
YAML
18 lines
292 B
YAML
name: Label PRs
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v5
|
|
with:
|
|
configuration-path: .github/labeler.yml
|