app
app copied to clipboard
Pull Requests for GitHub repository settings
I copied template setting in README and run an application. But I got an error like below. ``` {"resource":"Label","code":"custom","field":"description","message":"description doesn't accept 4-byte Unicode"} ``` So I remove 🐛 from template...
## Prerequisites: * Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature. https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#:~:text=prevent%20self%2Dreviews * Is the functionality available through the...
## Problem Description When creating a new repository with a .github/settings.yml, branch protection is not being applied. Interestingly, repository and teams settings are working, but branches doesn't seem to. I...
## What * Added `type` support for environment `deployment_branch_policy` custom branches. ## Why * Environment `deployment_branch_policy` supports custom branches type - `branch` or `tag`. The type is an option parameter...
## Prerequisites: * Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature. https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories * Is the functionality available through the...
I wish to have an org wide branch protection rules, requiring all repos to have basic branch protection, it would ideally look something like this: ```yaml branches: - name: master...
should the settings app create the branch first if this situation exists? rename the existing default branch?
## Prerequisites: * Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature. Organization owners can define custom properties in organization...
# Add Support for Wildcard Repository Management ## Summary This pull request introduces the capability to manage repositories using wildcard patterns via the GitHub GraphQL API. This enhancement simplifies the...