Skip to content

Commit 9ed5fc7

Browse files
committed
add note about backporting check changes to v2 branch
1 parent a42c9a2 commit 9ed5fc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ Since the `codeql-action` runs most of its testing through individual Actions wo
7676

7777
1. By default, this script retrieves the checks from the latest SHA on `main`, so make sure that your `main` branch is up to date.
7878
2. Run the script. If there's a reason to, you can pass in a different SHA as a CLI argument.
79-
3. After running, go to the [branch protection rules settings page](https://github.com/github/codeql-action/settings/branches) and validate that the rules for `main`, `v1`, and `v2` have been updated.
79+
3. After running, go to the [branch protection rules settings page](https://github.com/github/codeql-action/settings/branches) and validate that the rules for `main`, `v2`, and `v3` have been updated.
80+
81+
Note that any updates to checks need to be backported to the `releases/v2` branch, in order to maintain the same set of names for required checks.
8082

8183
## Deprecating a CodeQL version (write access required)
8284

0 commit comments

Comments
 (0)