From 30190c293baef5ce6949ba236251569a85e006c6 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sun, 10 May 2026 17:29:47 -0700 Subject: [PATCH] ci: add faraday trust configuration --- .github/faraday.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/faraday.yml diff --git a/.github/faraday.yml b/.github/faraday.yml new file mode 100644 index 0000000..20aaf3c --- /dev/null +++ b/.github/faraday.yml @@ -0,0 +1,12 @@ +# faraday trust configuration for electron/node-abi. +# A bot listed here is "trusted" and its paired `approvers` may stand in +# for a human review on its PRs only. +# See: https://github.com/electron/faraday + +trusted-bots: + # ABI table updates, verified and approved by electron-pr-approver. + - login: electron-node-abi-updater[bot] + id: 145538647 + approvers: + - login: electron-pr-approver[bot] + id: 237345921