mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
d1fc58bf81
* fix pr labeler * fix that old-commit-hash: 50b954d595edc43956e2dcba4ff18446df80e371
18 lines
356 B
YAML
18 lines
356 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
pull_request_target:
|
|
|
|
jobs:
|
|
labeler:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
submodules: false
|
|
- uses: actions/labeler@v4
|
|
with:
|
|
dot: true
|
|
configuration-path: .github/labeler.yaml |