forked from github/safe-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added API docs for using Safe Settings (github#634) * docs: update and consolidate documentation (github#643) * docs: update and consolidate documentation * docs(readme): fix formatting * Update CRON schedule to address rate limit issues (github#631) * Upgrade to node.js 20 (github#609) * chore: fix issues with logging in tests Fix errors thrown by lack of child function in logging stubs * chore: fix branches tests Fix the branch tests to include default properties --------- Co-authored-by: primetheus <[email protected]> Co-authored-by: Elio Di Nino <[email protected]> Co-authored-by: Igor Costa <[email protected]> Co-authored-by: Benjamin Manuel <[email protected]>
- Loading branch information
1 parent
86833fd
commit 670c830
Showing
36 changed files
with
1,841 additions
and
1,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16 | ||
v20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Configuring GitHub Repository settings as code | ||
|
||
| Section | API Spec | | ||
| --- | --- | | ||
| Configure general settings for a repository or group of repositories | [Repository Settings](github-settings/1.%20repository-settings.md) | | ||
| Configure repository-level variables | [Repository Variables](github-settings/2.%20repository-variables.md) | | ||
| Configure individual collaborator permissions | [Collaborators](github-settings/3.%20collaborators.md) | | ||
| Configure team permissions | [Teams](github-settings/4.%20teams.md) | | ||
| Configure branch protection rules | [Branch Protection](github-settings/5.%20branch-protection.md) | | ||
| Configure deployment environments | [Deployment Environments](github-settings/6.%20deployment-environments.md) | | ||
| Configure auto-link references | [AutoLinks](github-settings/7.%20autolinks.md) | | ||
| Configure pre-defined labels for issues and pull requests | [Labels](github-settings/8.%20labels.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.