Skip to content

Commit f7bfcb6

Browse files
rdrawardgitbook-bot
authored andcommitted
GITBOOK-780: Code Quality migration note: manually turn off nightly checks and PRs post-migration
1 parent 68988e5 commit f7bfcb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code-quality/setup-and-installation/prevent-new-issues/migration-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ jobs:
155155
# ... other CI steps
156156
```
157157

158+
#### Turn off web app services after migrating
159+
160+
After you have migrated off the web app, you can manually turn off **Check for issues in pull requests** in your repo settings in the web app.
161+
162+
If you do not turn these off, you will continue to get warnings in your PRs until the services are shut down.
163+
158164
### Caching
159165

160166
You can cache Trunk’s binary and install tools to speed up your CI runs. Trunk caches the version of `trunk` itself, linters, formatters, and lint results in the `~/.cache/trunk` folder. Consult the documentation for your CI provider to learn about caching this folder.

0 commit comments

Comments
 (0)