You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
307 B
15 lines
307 B
11 months ago
|
name: "PR Labeler"
|
||
|
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
types: ["opened", "reopened", "ready_for_review"]
|
||
|
|
||
|
jobs:
|
||
|
triage:
|
||
|
permissions:
|
||
|
contents: read
|
||
|
pull-requests: write
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/labeler@v5
|
||
|
if: ${{ github.event.pull_request.draft == false }}
|