You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/github-settings/3. collaborators.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ collaborators:
20
20
21
21
>[!TIP]
22
22
>GitHub's API documentation defines these inputs and types:
23
-
>1. [Add a repository collaborator](https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2022-11-28#add-a-repository-collaborator)
24
-
>2. [Remove a repository collaborator](https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2022-11-28#remove-a-repository-collaborator)
23
+
>1. [Add a repository collaborator](https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2026-03-10#add-a-repository-collaborator)
24
+
>2. [Remove a repository collaborator](https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2026-03-10#remove-a-repository-collaborator)
Copy file name to clipboardExpand all lines: docs/github-settings/4. teams.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ teams:
20
20
21
21
>[!TIP]
22
22
>GitHub's API documentation defines these inputs and types:
23
-
>1. [Add or update team repository permissions](https://docs.github.com/en/rest/teams/teams?apiVersion=2022-11-28#add-or-update-team-repository-permissions)
23
+
>1. [Add or update team repository permissions](https://docs.github.com/en/rest/teams/teams?apiVersion=2026-03-10#add-or-update-team-repository-permissions)
Copy file name to clipboardExpand all lines: docs/github-settings/7. autolinks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ variables:
20
20
21
21
>[!TIP]
22
22
>GitHub's API documentation defines these inputs and types:
23
-
>1. [Create an autolink reference for a repository](https://docs.github.com/en/rest/repos/autolinks?apiVersion=2022-11-28#create-an-autolink-reference-for-a-repository)
23
+
>1. [Create an autolink reference for a repository](https://docs.github.com/en/rest/repos/autolinks?apiVersion=2026-03-10#create-an-autolink-reference-for-a-repository)
Copy file name to clipboardExpand all lines: docs/sample-settings/settings.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# This settings file can be used to create org-level settings
2
2
3
3
# This is the settings that need to be applied to all repositories in the org
4
-
# See https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-an-organization-repository for all available settings for a repository
4
+
# See https://docs.github.com/en/rest/repos/repos?apiVersion=2026-03-10#create-an-organization-repository for all available settings for a repository
5
5
repository:
6
6
# A short description of the repository that will show up on GitHub
7
7
description: description of the repo
@@ -123,7 +123,7 @@ milestones:
123
123
state: open
124
124
125
125
# Collaborators: give specific users access to any repository.
126
-
# See https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2022-11-28#add-a-repository-collaborator for available options
126
+
# See https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2026-03-10#add-a-repository-collaborator for available options
127
127
collaborators:
128
128
- username: regpaco
129
129
# The permission to grant the collaborator. Can be one of:
@@ -144,7 +144,7 @@ collaborators:
144
144
- another-repo
145
145
146
146
# Teams
147
-
# See https://docs.github.com/en/rest/teams/teams?apiVersion=2022-11-28#create-a-team for available options
147
+
# See https://docs.github.com/en/rest/teams/teams?apiVersion=2026-03-10#create-a-team for available options
148
148
teams:
149
149
- name: core
150
150
# The permission to grant the team. Can be one of:
@@ -163,7 +163,7 @@ teams:
163
163
visibility: closed
164
164
165
165
# Branch protection rules
166
-
# See https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28#update-branch-protection for available options
166
+
# See https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2026-03-10#update-branch-protection for available options
167
167
branches:
168
168
# If the name of the branch value is specified as `default`, then the app will create a branch protection rule to apply against the default branch in the repo
169
169
- name: default
@@ -202,7 +202,7 @@ branches:
202
202
teams: []
203
203
204
204
# Custom properties
205
-
# See https://docs.github.com/en/rest/repos/custom-properties?apiVersion=2022-11-28
205
+
# See https://docs.github.com/en/rest/repos/custom-properties?apiVersion=2026-03-10
206
206
custom_properties:
207
207
- name: test
208
208
value: test
@@ -221,7 +221,7 @@ validator:
221
221
pattern: "[a-zA-Z0-9_-]+"
222
222
223
223
# Rulesets
224
-
# See https://docs.github.com/en/rest/orgs/rules?apiVersion=2022-11-28#create-an-organization-repository-rulesetfor available options
224
+
# See https://docs.github.com/en/rest/orgs/rules?apiVersion=2026-03-10#create-an-organization-repository-rulesetfor available options
0 commit comments