Skip to content

Commit

Permalink
Disable environments due to github#551
Browse files Browse the repository at this point in the history
  • Loading branch information
stevoland committed Feb 10, 2024
1 parent ad5b003 commit d70fb7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
## Internal changes

- Don't remove existing collaborators, teams on sync
- Added support for custom team roles
- Fixed test config, skipped failing unit tests
- Support is_alphanumeric on autolink references
- Added metrics from github api requests
- Ignore archived repos to prevent errors trying to apply settings
- Disabled environments due to https://github.com/github/safe-settings/issues/551
- Disabled validator due to app crash if a validator throws

[![Create a release](https://github.com/github/safe-settings/actions/workflows/create-release.yml/badge.svg)](https://github.com/github/safe-settings/actions/workflows/create-release.yml)

Expand Down
4 changes: 2 additions & 2 deletions lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,8 @@ Settings.PLUGINS = {
branches: require('./plugins/branches'),
autolinks: require('./plugins/autolinks'),
// validator: require('./plugins/validator'),
rulesets: require('./plugins/rulesets'),
environments: require('./plugins/environments')
rulesets: require('./plugins/rulesets')
// environments: require('./plugins/environments')
}

module.exports = Settings
Expand Down

0 comments on commit d70fb7f

Please sign in to comment.