From e317d3248ae134607527360ace41f757ce9d8a9b Mon Sep 17 00:00:00 2001 From: Brian Dorsey Date: Wed, 3 Sep 2025 10:10:59 -0700 Subject: [PATCH] chore: remove Custard references to flakybot.yaml Follow up to #4145, removing Custard config references to flakybot.yaml, which is no longer in the repository. --- .github/config/nodejs-dev.jsonc | 1 - .github/config/nodejs.jsonc | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/config/nodejs-dev.jsonc b/.github/config/nodejs-dev.jsonc index c8ca78b18b..d1c6f6f801 100644 --- a/.github/config/nodejs-dev.jsonc +++ b/.github/config/nodejs-dev.jsonc @@ -37,7 +37,6 @@ ".github/PULL_REQUEST_TEMPLATE.md", ".github/auto-label.yaml", ".github/blunderbuss.yml", - ".github/flakybot.yaml", ".github/header-checker-lint.yml", ".github/scripts/", ".github/snippet-bot.yml", diff --git a/.github/config/nodejs.jsonc b/.github/config/nodejs.jsonc index b8bc67ffcb..65d19696e6 100644 --- a/.github/config/nodejs.jsonc +++ b/.github/config/nodejs.jsonc @@ -37,7 +37,6 @@ ".github/PULL_REQUEST_TEMPLATE.md", ".github/auto-label.yaml", ".github/blunderbuss.yml", - ".github/flakybot.yaml", ".github/header-checker-lint.yml", ".github/scripts/", ".github/snippet-bot.yml",