Skip to content

Commit 3461d01

Browse files
authored
Correct paths in label reconciler (#73)
1 parent 72df54d commit 3461d01

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/label_auditor.yml renamed to .github/workflows/label_reconciler.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,16 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
with:
22-
sparse-checkout: .github/allowed-labels.yml
22+
sparse-checkout: .github/allowed-labels.yaml
2323
sparse-checkout-cone-mode: false
2424

25-
# The Audit Labels workflow creates, renames, updates
25+
# The Reconcile Labels workflow creates, renames, updates
2626
# or deletes labels based on a list of allowed labels.
27-
#
28-
# To use this workflow, you must set up and configure
29-
# labels in a .github/allowed-labels.yml file
30-
#
31-
# For more information, see:
32-
# https://github.com/crazy-max/ghaction-github-labeler
33-
- name: Audit Labels
27+
- name: Reconcile Labels
3428
if: success()
3529
uses: crazy-max/ghaction-github-labeler@v4
3630
with:
3731
github-token: ${{ secrets.GITHUB_TOKEN }}
38-
yaml-file: .github/allowed-labels.yml
32+
yaml-file: .github/allowed-labels.yaml
3933
skip-delete: true
4034
dry-run: false

0 commit comments

Comments
 (0)