Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miranda76/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MetaMask/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 10 files changed
  • 10 contributors

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    97e1921 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Add workflow templates (MetaMask#9)

    Adds "Create Release Pull Request" and "Publish Release" workflow templates for npm projects.
    rekmarks authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7e86b68 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    d557601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa9c29 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    5b27465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a800178 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    ce72629 View commit details
    Browse the repository at this point in the history
  2. Update publish-release.yml

    rekmarks authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    20218e1 View commit details
    Browse the repository at this point in the history
  3. Update publish-release.yml

    Remove redundant Action input.
    rekmarks authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    98bee02 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Update SECURITY.md

    kumavis authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    33a2164 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Update SECURITY.md (MetaMask#35)

    MetaMask Hacker one security program update
    sethkfman authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    63f48f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Create readme

    Directing to hacker one
    danfinlay authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    79702cd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    35c8d01 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Example unacceptable behavior examples (MetaMask#43)

    Adds a bullet to the list of unacceptable behavior examples to indicate that unwanted communication outside of GitHub to draw attention to GitHub is a form of unacceptable behavior.
    brad-decker authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    36a7b64 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. feat(INFRA-3357): add policy-bot governance policy (MetaMask#81)

    Cherry-pick auto-approval for release branches + standard human review fallback.
    Qbandev authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    814a763 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. fix: remove standard human review rule from policy-bot config (MetaMa…

    …sk#82)
    
    The "standard human review" rule had no `if` conditions, causing
    policy-bot to post a `pending` status on every PR across all installed
    repos. Removing it so only cherry-pick PRs targeting release/* branches
    are evaluated; all other PRs will get a "skipped" status.
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    Qbandev and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    9d24585 View commit details
    Browse the repository at this point in the history
  2. fix: add fallback rule so non-matching PRs get approved status (MetaM…

    …ask#83)
    
    When all rules have `if` conditions and none match, policy-bot posts
    an error status ("All rules were skipped"). Adding a fallback rule
    with no `if` and count:0 ensures non-matching PRs get a clean
    "approved" status while cherry-pick PRs on release/* branches
    continue to be evaluated by the targeted rule.
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    Qbandev and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    91c2bf6 View commit details
    Browse the repository at this point in the history
  3. fix: gate release branch PRs with team review, scope fallback to non-…

    …release (MetaMask#84)
    
    Replace the blanket "no approval necessary" fallback with two scoped rules:
    
    - "release branch review": requires release-team approval for all PRs
      targeting release/* branches that don't match cherry-pick criteria
    - "non-release fallback": auto-approves PRs targeting non-release
      branches using RE2-compatible negation regex
    
    This ensures PRs with wrong titles or large diffs on release branches
    get PENDING status instead of being silently approved.
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    Qbandev and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    bbe49d0 View commit details
    Browse the repository at this point in the history
  4. fix(INFRA-3359): restrict cherry-pick auto-approval to MetaMask org m…

    …embers (MetaMask#85)
    
    Without an author check, any external user could open a fork PR targeting
    a release/* branch with "cherry-pick" in the title and fewer than 200 LOC,
    causing policy-bot to post a passing status check.
    
    Add `has_author_in: organizations: ["MetaMask"]` to the cherry-pick
    auto-approval rule so the auto-approval path is only reachable by members
    of the MetaMask GitHub organization.
    
    Co-authored-by: Claude Sonnet 4.6 <[email protected]>
    Qbandev and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    689a3cc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. fix(INFRA-3390): remove policy-bot governance policy (MetaMask#86)

    Co-authored-by: Claude Opus 4.6 <[email protected]>
    Qbandev and claude authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    71afeca View commit details
    Browse the repository at this point in the history
Loading