mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
chore: add test plans to bot and release tool PRs (#31351)
This commit is contained in:
parent
e1440c4cef
commit
7224961485
2
.github/workflows/licenses-update.yml
vendored
2
.github/workflows/licenses-update.yml
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
`,
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user