MarshallOfSound

#51581: ci: add faraday trust configuration

Merged
Created: May 10, 2026, 5:38:26 PM
Merged: May 10, 2026, 7:57:12 PM
1 comments
Target: main

Adds the .github/faraday.yml trust configuration for faraday, the GitHub App that enforces a two-person rule on pull requests across the electron org starting Monday.

A bot listed in trusted-bots has its pull requests treated as trusted (1 maintainer approval instead of 2), provided every commit is verifiably authored, committed, and signed by the bot. A bot listed under approvers may stand in for a human review on PRs authored by the bot it is paired with — and only that bot.

See the faraday README for the full policy.

Notes: none

Backports

No Backports Requested

This pull request doesn't have any backports requested or created for older release branches.

What are backports?

Backports are copies of changes made to the main branch that are applied to older release branches. They ensure that bug fixes and important changes are available in maintained older versions of Electron.

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron