app icon indicating copy to clipboard operation
app copied to clipboard

Pull Requests for GitHub repository settings

Results 95 app issues
Sort by recently updated
recently updated
newest added

## New Feature We have many repos which we want to control over one single base-settings.yml The repos only have a settings file with a `_extends:{link_to_settings}.yml` so they don't change....

enhancement

## New Feature First, thanks for building and maintaining this. I've been using this for a couple years, and it saved a lot of time. Currently, Probot only looks for...

enhancement

## Prerequisites: * Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature. No, this is for users of this app...

enhancement

hasnt been updated in over three years and results in a warning from a dependency that has a fix, but cant be updated without defining overrides. i'm not a big...

todo :spiral_notepad:

## 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/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository#configuring-code-scanning-automatically * Is the functionality available through the...

enhancement

## Prerequisites: Following [Introducing Repository Rules Public Beta](https://github.blog/changelog/2023-04-17-introducing-repository-rules-public-beta/), GitHub also introduced a [Rules REST API endpoint](https://docs.github.com/en/rest/repos/rules), but it seems to still be missing from Octokit (please do verify). ## New...

enhancement

## Problem Description ### What is actually happening Given a `settings.yml` file with ``` _extends: owner/repo:path/to/another/settings.yml ``` will break Probot settings when `repo` gets renamed to `newrepo` because the API...

bug

## Problem Description Update settings fails if team can not be removed from repo due to organizational restrictions. here: https://github.com/repository-settings/app/blob/97c12a3ff2d9ecb967abf07a19d78bdd66e10dfe/lib/plugins/teams.js#L33 ### What is actually happening If a team has been...

bug

## Problem Description - **My intent is to manage all labels in this config for all repoes!!!** ### What is actually happening 1. I create a repo, named `.github` 2....

bug

## Problem Description If .github/settings.yml exists when the app is enabled, settings are not applied. ### What is actually happening Settings not applied. ### What is the expected behavior Settings...

bug