Skip to content

Commit 0b7d39f

Browse files
committed
Add auto.config.cjs for configuration management with base branch and labels
1 parent 248603b commit 0b7d39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto.config.js renamed to auto.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
baseBranch: 'main',
33
labels: [
44
{

0 commit comments

Comments
 (0)