Fully disable lableler

pull/387/head
Wyatt Stanke 1 year ago
parent 817478aa4c
commit 951550b31e
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -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

Loading…
Cancel
Save