mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user