Disable labeler action for now, no labels yet

pull/387/head
Wyatt Stanke 1 year ago
parent f4c2c43b6e
commit 13ba729816
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -1,14 +1,14 @@
# --- ---
# # this is a config file for the github action labeler # this is a config file for the github action labeler
# # Add 'label1' to any changes within 'example' folder or any subfolders # Add 'label1' to any changes within 'example' folder or any subfolders
# example_change: example_change:
# - example/** - example/**
# # Add 'label2' to any file changes within 'example2' folder # Add 'label2' to any file changes within 'example2' folder
# example2_change: example2/* example2_change: example2/*
# # Add label3 to any change to .txt files within the entire repository. # Add label3 to any change to .txt files within the entire repository.
# # Quotation marks are required for the leading asterisk # Quotation marks are required for the leading asterisk
# text_files: text_files:
# - "**/*.txt" - "**/*.txt"

@ -18,5 +18,6 @@ jobs:
steps: steps:
- uses: actions/labeler@v5 - uses: actions/labeler@v5
if: false
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"

Loading…
Cancel
Save