chore: add test plans to bot and release tool PRs (#31351)

This commit is contained in:
Robert Lin 2022-02-22 07:53:25 -08:00 committed by GitHub
parent e1440c4cef
commit 7224961485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,8 @@ jobs:
Learn more about our GitHub Actions for managing licenses [here](https://docs.sourcegraph.com/dev/background-information/continuous_integration#third-party-licenses).
You're safe to merge this pull request when the required checks are passing.
Test plan: CI should pass with any updates.
# token must be a personal access token for pull request to trigger other actions
# token must have `repo` scope
# currently @sourcegraph-bot cross-repo-github-actions in 1password

View File

@ -356,6 +356,10 @@ These steps must be completed before this PR can be merged, unless otherwise sta
${actionItems.map(item => `- [ ] ${item}`).join('\n')}
cc @${config.captainGitHubUsername}
### Test plan
CI checks in this repository should pass, and a manual review should confirm if the generated changes are correct.
`,
}
}

View File

@ -3,6 +3,7 @@
"extends": ["github>sourcegraph/renovate-config"],
"semanticCommits": "disabled",
"rebaseWhen": "never",
"prBodyNotes": ["Test plan: CI should pass with updated dependencies."],
"packageRules": [
{
"matchDepTypes": ["engines"],