Releases: github/safe-settings
Releases · github/safe-settings
2.1.15-rc.1
Pin non-immutable Actions to latest SHA and remediate dependency vuln…
2.1.14: Adding external runner for doing a one-time full-sync (#604)
* Adding external runner for doing a one-time full-sync * Updating docs to describe GHA setup process
2.1.14-rc.2
dont add nulls and undefined to results
2.1.14-rc.1
Merge branch 'main-enterprise' into yj-repo-in-many-suborgs
2.1.13: Fix: array comparison breaks if using the environments plugin (#682)
* update comments from #249 I found the logic behind some of what happened here hard to follow and updated the comments to try to make it easier to follow. * fix environments updating global array The environments plugin was changing `MergeDeep.NAME_FIELDS`, which is a global object. The reason was to avoid environments being filtered out from the change list if they only have a name field. However, the environments plugin has it's own overriden sync method, and thus we can simply drop the whole filtering from that method. Fixes #108 * remove repeating line This has to be a "typo" from 9a74e05 calling the same assignment twice. Removing to clean up.
2.1.13-rc.3
Full Changelog: 2.1.13-rc.2...2.1.13-rc.3
2.1.13-rc.2: fix code scanning alerts (#669)
* fix alerts * fix alerts * fix alerts * fix alerts * add tests and simplify Glob * fix import to lowercase file * removed debugging code
2.1.12-rc.1
detect conflict even when a single suborg config is changed
2.1.11-rc.2
What's Changed
- fix: add or update fields in the existing environment or rulesets by @luvsaxena1 in #665
- Add Actions workflow to delete old releases by @decyjphr in #667
New Contributors
- @luvsaxena1 made their first contribution in #665
Full Changelog: 2.1.11-rc.1...2.1.11-rc.2
2.1.11: Add Actions workflow to delete old releases (#667)
* Create delete-old-releases.yml * Update delete-old-releases.yml * Update delete-old-releases.yml