File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,16 @@ jobs:
19
19
- name : Checkout
20
20
uses : actions/checkout@v4
21
21
with :
22
- sparse-checkout : .github/allowed-labels.yml
22
+ sparse-checkout : .github/allowed-labels.yaml
23
23
sparse-checkout-cone-mode : false
24
24
25
- # The Audit Labels workflow creates, renames, updates
25
+ # The Reconcile Labels workflow creates, renames, updates
26
26
# 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
34
28
if : success()
35
29
uses : crazy-max/ghaction-github-labeler@v4
36
30
with :
37
31
github-token : ${{ secrets.GITHUB_TOKEN }}
38
- yaml-file : .github/allowed-labels.yml
32
+ yaml-file : .github/allowed-labels.yaml
39
33
skip-delete : true
40
34
dry-run : false
You can’t perform that action at this time.
0 commit comments