Sync GitHub workflows with module template
Description
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-setupaction, avoid the use ofactions/cachefor publishing - Bump to
action-create-release-prv4- 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.
- 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
- Bump to
action-publish-releasev3 - Bump to
action-npm-publishv5 - Bump to
action-security-code-scannerv1 - Notify Slack when new release is ready for approval
- Remove unused
get-release-versionstep
References
Compare the changes in this commit with the .github directory in the module template.
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.