Address review feedback

- Actually filter bot reviews (not just comment about it)
- Use core.setFailed() instead of silently swallowing errors
- Remove unused getEffectiveOwners import from detectors.js
This commit is contained in:
J. Nick Koston
2026-03-02 15:52:04 -10:00
parent 55fc563c69
commit ca600a45a2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const {
hasDashboardChanges,
hasGitHubActionsChanges,
} = require('../detect-tags');
const { fetchCodeowners, getEffectiveOwners } = require('../codeowners');
const { fetchCodeowners } = require('../codeowners');
// Strategy: Merge branch detection
async function detectMergeBranch(context) {