Skip to content

Commit e679279

Browse files
Update autolabeler.yml (#2660)
1 parent 4354079 commit e679279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autolabeler.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
pull-requests: write
1313
env:
14-
CONFIG_PATH: .github/autolabeler-config_new.json
14+
CONFIG_PATH: .github/autolabeler-config.json
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
@@ -87,4 +87,4 @@ jobs:
8787
issue_number: prNumber,
8888
labels: Array.from(labelsToAdd),
8989
});
90-
}
90+
}

0 commit comments

Comments
 (0)