You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit ensures that the GitHub workflows (minus anything
documentation-related) and other files in `.github` are synced with the
module template.
- Add pull request template
- Add compatibility test
- Use `checkout-and-setup` action, avoid the use of `actions/cache` for
publishing
- Bump to `action-create-release-pr` v4
- This may address a bug where if the changelog is updated fully before
attempting to create an RC, the Create Pull Request workflow cannot be
run. v1 is likely using an old version of `@metamask/auto-changelog`.
- Bump to `action-publish-release` v3
- Bump to `action-npm-publish` v5
- Bump to `action-security-code-scanner` v1
- Notify Slack when new release is ready for approval
- Remove unused `get-release-version` step
Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes:
3
+
4
+
* What is the current state of things and why does it need to change?
5
+
* What is the solution your changes offer and how does it work?
6
+
7
+
Are there any issues or other links reviewers should consult to understand this pull request better? For instance:
0 commit comments