Skip to content

Commit c0e3ec0

Browse files
committed
Update auto-assign.yml to use .github/module-owners.json instead of
.github/workflows/module-owners.json Signed-off-by: Venky Ganesh <[email protected]>
1 parent b6311ac commit c0e3ec0

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
const fs = require('fs');
2323
2424
// Read configuration file
25-
const config = JSON.parse(fs.readFileSync('.github/workflows/module-owners.json', 'utf8'));
25+
const config = JSON.parse(fs.readFileSync('.github/module-owners.json', 'utf8'));
2626
2727
// Find matching label in config
2828
for (const [configLabel, users] of Object.entries(config)) {

.github/workflows/module-owners.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)