Skip to content

Commit aebfcfb

Browse files
committed
release(runway): cherry-pick ci: update github-tools for new auto-changelog (#36351)
## **Description** Updates `github-tools` to after MetaMask/github-tools#133 so we get @metamask/auto-changelog v5.1.0 ## **Changelog** CHANGELOG entry: null <!--## **Related issues** ## **Manual testing steps** ## **Screenshots/Recordings** ## **Pre-merge author checklist** ## **Pre-merge reviewer checklist**-->
1 parent 3a478d7 commit aebfcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
create-release-pr:
7575
needs: [resolve-bases, resolve-previous-ref]
7676
name: Create Release Pull Request using Github Tools
77-
uses: MetaMask/github-tools/.github/workflows/create-release-pr.yml@8144a84f14b3ecf704846ef3569937df85ad9291
77+
uses: MetaMask/github-tools/.github/workflows/create-release-pr.yml@6c47e935b9de693c70db009fc2e4e1dd0df4e71e
7878
with:
7979
platform: extension
8080
checkout-base-branch: ${{ needs.resolve-bases.outputs.checkout_base }}
8181
release-pr-base-branch: ${{ needs.resolve-bases.outputs.release_base }}
8282
semver-version: ${{ inputs.semver-version }}
8383
previous-version-ref: ${{ needs.resolve-previous-ref.outputs.previous_ref }}
84-
github-tools-version: 8144a84f14b3ecf704846ef3569937df85ad9291
84+
github-tools-version: 6c47e935b9de693c70db009fc2e4e1dd0df4e71e
8585
secrets:
8686
# This token needs write permissions to metamask-extension & read permissions to metamask-planning
8787
# If called from auto-create-release-pr use the PR_TOKEN passed in as an input, if called manually use github secret token values

0 commit comments

Comments
 (0)