|
|
@ -7,7 +7,8 @@
|
|
|
|
# https://github.com/actions/labeler
|
|
|
|
# https://github.com/actions/labeler
|
|
|
|
|
|
|
|
|
|
|
|
name: Labeler
|
|
|
|
name: Labeler
|
|
|
|
on: [pull_request_target]
|
|
|
|
# Disable until we have some actual labels to apply
|
|
|
|
|
|
|
|
on: []
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
label:
|
|
|
|
label:
|
|
|
@ -15,8 +16,6 @@ jobs:
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
|
pull-requests: write
|
|
|
|
pull-requests: write
|
|
|
|
# Disable until we have some actual labels to apply
|
|
|
|
|
|
|
|
if: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/labeler@v5
|
|
|
|
- uses: actions/labeler@v5
|
|
|
|