File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Python Semantic Release
2323 id : release
24- uses : python-semantic-release/python-semantic-release@v9.21.0
24+ uses : python-semantic-release/python-semantic-release@v9.21.1
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
Original file line number Diff line number Diff line change 77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v4.6.1
10+ rev : v4.7.0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ Get a project's CI/CD job token inbound groups allowlist::
8282
8383 allowlist = scope.groups_allowlist.list(get_all=True)
8484
85- Add a project to the project's inbound groups allowlist::
85+ Add a group to the project's inbound groups allowlist::
8686
87- allowed_project = scope.groups_allowlist.create({"target_project_id ": 42})
87+ allowed_group = scope.groups_allowlist.create({"target_group_id ": 42})
8888
89- Remove a project from the project's inbound agroups llowlist ::
89+ Remove a group from the project's inbound groups allowlist ::
9090
91- allowed_project .delete()
91+ allowed_group .delete()
9292 # or directly using a Group ID
9393 scope.groups_allowlist.delete(42)
9494
@@ -97,4 +97,3 @@ Remove a project from the project's inbound agroups llowlist::
9797 Similar to above, the ID attributes you receive from the create and list
9898 APIs are not consistent. To safely retrieve the ID of the allowlisted group
9999 regardless of how the object was created, always use its ``.get_id() `` method.
100-
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class ApplicationSettingsManager(
2525 "id" ,
2626 "default_projects_limit" ,
2727 "signup_enabled" ,
28+ "silent_mode_enabled" ,
2829 "password_authentication_enabled_for_web" ,
2930 "gravatar_enabled" ,
3031 "sign_in_text" ,
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==25.1.0
4- commitizen==4.6.1
4+ commitizen==4.7.0
55flake8==7.2.0
66isort==6.0.1
77mypy==1.15.0
@@ -11,4 +11,4 @@ responses==0.25.7
1111respx==0.22.0
1212types-PyYAML==6.0.12.20250402
1313types-requests==2.32.0.20250328
14- types-setuptools==80.3 .0.20250505
14+ types-setuptools==80.4 .0.20250511
You can’t perform that action at this time.
0 commit comments