Skip to content

Commit 44fd6ad

Browse files
release(runway): cherry-pick ci: update github-tools for new auto-changelog (#36698)
- 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**--> [17d008f](17d008f) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates the reusable `MetaMask/github-tools` workflow and `github-tools-version` SHA in `.github/workflows/create-release-pr.yml`. > > - **CI/Workflows**: > - Update reusable workflow reference in `.github/workflows/create-release-pr.yml` to `MetaMask/github-tools/.github/workflows/create-release-pr.yml@6c47e935...`. > - Bump `github-tools-version` input to `6c47e935b9de693c70db009fc2e4e1dd0df4e71e`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit aebfcfb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Howard Braham <howrad@gmail.com>
1 parent 3a478d7 commit 44fd6ad

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)