Skip to content

Commit d1452df

Browse files
committed
Move Python-specific rulesets to a dedicated directory
This allows to more easily add more rulesets for other languages in the future. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5d4c33e commit d1452df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/user-guide/start-a-new-project/configure-github.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,14 @@ Import the following
9898
gh-pages]({{config.repo_url}}/blob/{{ref_name}}/github-rulesets/Disallow removal and force-pushes of gh-pages.json)
9999
* [Protect released
100100
tags]({{config.repo_url}}/blob/{{ref_name}}/github-rulesets/Protect released tags.json)
101-
* [Protect version
102-
branches]({{config.repo_url}}/blob/{{ref_name}}/github-rulesets/Protect version branches.json)
103101
* [Queue PRs for the default
104102
branch]({{config.repo_url}}/blob/{{ref_name}}/github-rulesets/Queue PRs for the default branch.json)
105103

104+
##### Python specific rulesets
105+
106+
* [Protect version
107+
branches]({{config.repo_url}}/blob/{{ref_name}}/github-rulesets/python/Protect version branches.json)
108+
106109
### Code security and analysis
107110

108111
* Enable *Dependabot version updates* if relevant

0 commit comments

Comments
 (0)