Tags: github/safe-settings
Tags
feat: add unarchiving plugin (#692) * feat: add unarchiving plugin * fix: fixed some broken test cases and added trailing newling --------- Co-authored-by: Yadhav Jayaraman <[email protected]>
fix: made envs application actually NOP (#691) * feat: add nop to environments * fix: corrected endpoint parameter in nopifyRequest * fix: include updated test * Update environments.test.js
Bump eta from 3.4.0 to 3.5.0 (#727) Bumps [eta](https://github.com/eta-dev/eta) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/eta-dev/eta/releases) - [Changelog](https://github.com/eta-dev/eta/blob/main/jsr.release.js) - [Commits](eta-dev/eta@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: eta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yadhav Jayaraman <[email protected]>
Pin non-immutable Actions to latest SHA and remediate dependency vuln… …erability (#720) * Update vulnerable dependency Signed-off-by: Brett Logan <[email protected]> * Pin non-immutable Actions in deploy-k8s Signed-off-by: Brett Logan <[email protected]> * Pin non-immutable Actions in rc-release Signed-off-by: Brett Logan <[email protected]> * Pin non-immutable Actions in create-pre-release Signed-off-by: Brett Logan <[email protected]> * Pin non-immutable Actions in create-release Signed-off-by: Brett Logan <[email protected]> * Remove dead reusable workflow Signed-off-by: Brett Logan <[email protected]> * Add workflow permissions Signed-off-by: Brett Logan <[email protected]> --------- Signed-off-by: Brett Logan <[email protected]>
Merge branch 'main-enterprise' into yj-repo-in-many-suborgs
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.
PreviousNext