-
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.15
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.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 3 contributors
Commits on May 28, 2024
-
[](https://trunk.io) 1 plugin was upgraded: - trunk-io/configs v1.0.4 → v1.0.5 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 f64973b - Browse repository at this point
Copy the full SHA f64973bView commit details
Commits on Jun 19, 2024
-
Upgrade trunk to 1.22.2 (#246)
[](https://trunk.io) cli upgraded: 1.22.1 → 1.22.2 1 plugin was upgraded: - trunk-io/plugins v1.5.0 → v1.6.0 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 6eac1bb - Browse repository at this point
Copy the full SHA 6eac1bbView commit details
Commits on Jun 25, 2024
-
[feat] add timeout and ability to cat debug logs (#245)
There may be times where the trunk action is unresponsive and is hung in CI. To understand whether this is a linter or trunk cli issue, we'll need logs to confirm. This PR adds the following optional inputs `timeout-seconds` and `cat-trunk-debug-logs` which will wrap the trunk check action with the unix `timeout` command should the user supply an argument for `timeout-seconds` Should the user specify `cat-trunk-debug-logs: true`, the trunk action will also cat out cli & daemon logs from `.trunk/logs/` Unfortunately, `timeout-minutes` doesn't work in `composite-actions` see actions/runner#1979 and https://github.com/orgs/community/discussions/50481 **Test Plan**: <details> <summary>End to End test to ensure timeout + logs work</summary> <img width="1873" alt="image" src="https://github.com/trunk-io/trunk-action/assets/31294356/27ca9a1b-fe54-4e73-928e-63625d1f934e"> </details> <details> <summary>End to End test to ensure timeout works </summary> <img width="1878" alt="image" src="https://github.com/trunk-io/trunk-action/assets/31294356/8fb7351a-11c0-4e83-9490-864c6ecdafc0"> </details> - [ ] Add Regression test (not entirely sure I can run this workflow) May need some help here!
Configuration menu - View commit details
-
Copy full SHA for 86b68ff - Browse repository at this point
Copy the full SHA 86b68ffView commit details
There are no files selected for viewing