Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub actions to match module template #31

Merged
merged 2 commits into from Nov 4, 2022

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Nov 4, 2022

The GitHub actions have been updated to match the latest used in the module template, with some exceptions. The require-additional-reviewer action was omitted because it's broken for forks, and the documentation-related steps have been omitted because this repository does not yet have API documentation.

See: https://github.com/MetaMask/metamask-module-template/tree/e53ced0d65d2295557b37d5f9dfce406220b19c3/.github/workflows

@Gudahtt Gudahtt requested a review from a team as a code owner November 4, 2022 05:10
@Gudahtt Gudahtt force-pushed the update-actions-to-match-module-template branch 2 times, most recently from 731780c to 03200dc Compare November 4, 2022 05:11
Copy link
Member

@Mrtenz Mrtenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The prepack script is required for the release workflow: https://github.com/MetaMask/metamask-module-template/blob/e53ced0d65d2295557b37d5f9dfce406220b19c3/scripts/prepack.sh

Make sure to update the package.json entry too.

@Gudahtt
Copy link
Member Author

Gudahtt commented Nov 4, 2022

Ah I forgot! I checked for the script used by the doc publishing but not for that one, good catch.

The GitHub actions have been updated to match the latest used in the
module template, with some exceptions. The require-additional-reviewer
action was omitted because it's broken for forks, and the
documentation-related steps have been omitted because this repository
does not yet have API documentation.

See: https://github.com/MetaMask/metamask-module-template/tree/e53ced0d65d2295557b37d5f9dfce406220b19c3/.github/workflows
@Gudahtt Gudahtt force-pushed the update-actions-to-match-module-template branch from e43b688 to 6451e06 Compare November 4, 2022 12:31
@Gudahtt
Copy link
Member Author

Gudahtt commented Nov 4, 2022

Resolved in 6451e06

@Gudahtt Gudahtt requested a review from Mrtenz November 4, 2022 13:10
@Gudahtt Gudahtt merged commit 68485db into main Nov 4, 2022
@Gudahtt Gudahtt deleted the update-actions-to-match-module-template branch November 4, 2022 14:00
Gudahtt added a commit that referenced this pull request Nov 9, 2022
The publishing instructions in the README have been updated to reflect
changes introduced in #31. We forgot to update the README in that PR.

The release instructions should now match those in the module template.
Gudahtt added a commit that referenced this pull request Nov 9, 2022
The publishing instructions in the README have been updated to reflect
changes introduced in #31. We forgot to update the README in that PR.

The release instructions should now match those in the module template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants