MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

chore: add PRs to PR queue for WF team #4891

Closed desi closed 2 weeks ago

desi commented 3 weeks ago

Explanation

This GitHub Action automatically adds pull requests to a project board for the Wallet Framework Team. It triggers on PR events like opening, labeling, or review requests. The action checks if the PR is relevant by matching the requested team or labels against the Wallet Frameworks team name and label. If matched, it adds the PR to our project board using a GitHub token for authentication. This will allow the team to more easily see PRs which need our attention

References

n/a

Changelog

n/a

Testing

I did manual testing on a fork of the repo. It is not a one for one match because the access token setup is slightly different based on Organization -> projects vs Individual -> projects but the core of the workflow worked and is the same.

Checklist (none applicable)