-
Notifications
You must be signed in to change notification settings - Fork 19
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: trunk-io/trunk-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: trunk-io/trunk-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 4 files changed
- 4 contributors
Commits on May 13, 2024
-
Upgrade trunk to 1.22.1 (#242)
[](https://trunk.io) cli upgraded: 1.22.0 → 1.22.1 This PR was generated by the [Trunk Action]. For more info, see our [docs] or reach out on [Slack]. [Trunk Action]: https://github.com/trunk-io/trunk-action [docs]: https://docs.trunk.io [Slack]: https://slack.trunk.io/ Co-authored-by: TylerJang27 <42743566+TylerJang27@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a49915 - Browse repository at this point
Copy the full SHA 4a49915View commit details
Commits on May 14, 2024
-
Add inputs/outputs to upgrade action (#241)
Per a user request, adds the following: - Input for assignees - Input to override the default created branch name - Output the PR number and other PR info for consumption from other actions Verified [run](https://github.com/trunk-io/trunk-action/actions/runs/9038985803/job/24841100064)
Configuration menu - View commit details
-
Copy full SHA for d5b1b61 - Browse repository at this point
Copy the full SHA d5b1b61View commit details
Commits on May 16, 2024
-
fix: attempt to install specified pnpm version (#243)
Currently, we only install the latest pnpm version, which fails if the user has specified a pnpm version under `packageManager` in their package.json. This PR changes that to attempt to parse the version out of the package.json before defaulting to latest. The `pnpm/action-setup` action does have logic for parsing the version out of the package.json, but we cannot provide both an version and a version in the package.json, or it will fail ([source link](https://github.com/pnpm/action-setup/blob/master/src/install-pnpm/run.ts#L64)). Tested manually, both with and without the `packageManager` field.
Configuration menu - View commit details
-
Copy full SHA for f6c5f1b - Browse repository at this point
Copy the full SHA f6c5f1bView commit details
There are no files selected for viewing