Skip to content

Releases: github/safe-settings

2.1.10: Add code to handle both rename and reassign of default branch (#632)

22 May 19:55
f1193c2
Compare
Choose a tag to compare
* Add code to handle both rename and reassign of default branch

* reduced log data

* Make the code more readable

2.1.10-rc.1

15 May 17:38
f382e35
Compare
Choose a tag to compare
fix up initialization of MergeDeep to account for ignorableFields (#612)

2.1.9: feat: repository custom properties plugin (#626)

15 May 02:24
678b02e
Compare
Choose a tag to compare
* feat: repository custom properties plugin

* docs: custom properties

2.1.8

15 May 01:18
b6afb1a
Compare
Choose a tag to compare
Update create-release.yml (#629)

2.1.7: Add code to revert back repo renames (#617)

14 May 23:32
c00eb5f
Compare
Choose a tag to compare
* Add to revert back repo renames

* add code to rename branch

* remove duplicate

* add feature flag, add code to create a config file

* Update README.md

* Update README.md

2.1.6: Ability to create suborgs using custom properties. (#624)

02 May 11:24
8a83354
Compare
Choose a tag to compare
* Add support for suborgs using custom properties

* update README and app.yml

* upgrade node 18

* upgrade node 18

* reset probot version for Docker build to work

* Update README.md

* Update README.md

2.1.4

28 Feb 15:18
ac784e6
Compare
Choose a tag to compare
Add note of restricted repo's (#561)

2.1.3: Allow github context in configValidator and overrideValidator (#584)

05 Feb 22:30
6c297f2
Compare
Choose a tag to compare
* init

* remove fdic refs in package log

* remove test.log

* update gitignore to include test.log

* fix all mergeDeep tests

* revert validator.test.js to main-enterprise

* revert public true flag to false

* fix formatting for pr

---------

Co-authored-by: Sudhansu Shrestha <sudhansushrestha@sudhansus-mbp.lan>

2.1.2: Bump probot from 12.3.1 to 12.3.3 (#573)

03 Jan 12:10
b8abc1b
Compare
Choose a tag to compare
Bumps [probot](https://github.com/probot/probot) from 12.3.1 to 12.3.3.
- [Release notes](https://github.com/probot/probot/releases)
- [Commits](https://github.com/probot/probot/compare/v12.3.1...v12.3.3)

---
updated-dependencies:
- dependency-name: probot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2.1.0: Add support for GitHub Environments (#544)

30 Oct 11:01
e584dbc
Compare
Choose a tag to compare
  • Add support for for handling org level rulesets

  • Ass support for repo level rulesets and better PR validation message

  • add key_prefix to name fields for autolinks

  • add code to handle ruleset events

  • add code to report errors as checks

  • Update README.md

  • clean up PR handling and error handling messages

  • Update the context to handle context.repo for org-level webhooks

  • Update README.md for typos and content

  • Add support for configuring environments

  • Add null handling in mergeDeep

  • Add custom_branch_policies handling

  • Add unit testing for Environments plugin