Skip to content

Commit b8812b3

Browse files
authored
fix: update deprecation comment copy (#280)
1 parent 06c428b commit b8812b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ runs:
291291
token: ${{ env.INPUT_GITHUB_TOKEN }}
292292
edit-mode: replace
293293
body: |
294-
Code-Quality-on-PRs is deprecated and will soon be removed. Please see the [migration guide](https://docs.trunk.io/code-quality/setup-and-installation/prevent-new-issues/migration-guide) for more information.
294+
Running Code Quality on PRs by uploading data to Trunk will soon be removed. You can still run checks on your PRs using [trunk-action](https://github.com/trunk-io/trunk-action) - see the [migration guide](https://docs.trunk.io/code-quality/setup-and-installation/prevent-new-issues/migration-guide) for more information.
295295
296296
- name: Set up env
297297
uses: ./.trunk/setup-ci

0 commit comments

Comments
 (0)