Commit c04f32d
authored
ci: Replace local check merge queue action with
## Explanation
The `check-merge-queue` action was moved to `github-tools` so it can be
reused by other repositories.
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs)
- [ ] I've introduced [breaking
changes](https://github.com/MetaMask/core/tree/main/docs/breaking-changes.md)
in this PR and have prepared draft pull requests for clients and
consumer packages to resolve them
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Switches the merge-queue check to the shared `MetaMask/github-tools`
action and deletes the local implementation.
>
> - **CI**:
> - Replace local `check-merge-queue` composite action with
`MetaMask/github-tools/.github/actions/check-skip-merge-queue@v1` in
`.github/workflows/main.yml`.
> - Remove `.github/actions/check-merge-queue/action.yml` local action.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
ca46a57. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->github-tools version (#7538)1 parent 16efc60 commit c04f32d
File tree
2 files changed
+1
-96
lines changed- .github
- actions/check-merge-queue
- workflows
2 files changed
+1
-96
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 26 | + | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
| |||
0 commit comments