Skip to content

Commit b7dd218

Browse files
committed
ci: ignore optional auto-merge job in triage
1 parent a15ca25 commit b7dd218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-failure-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
const failures = checks.filter((check) =>
7777
check.status === 'completed' &&
78-
!['Dependabot Safe Auto-Merge', 'Label and summarize failed Dependabot PRs'].includes(check.name) &&
78+
!['Enable safe patch auto-merge', 'Dependabot Safe Auto-Merge', 'Label and summarize failed Dependabot PRs'].includes(check.name) &&
7979
['failure', 'timed_out', 'cancelled', 'startup_failure'].includes(check.conclusion)
8080
);
8181

0 commit comments

Comments
 (0)