Skip to content

Releases: wayfair-incubator/forker

Set forkUrl as Output Value

12 Oct 18:14
f23a86b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

Refactor user management workflow

15 Sep 19:12
Compare
Choose a tag to compare

Added

  • Support for enforcing existing membership in a specified GitHub organization (see checkUser)
  • Support for granting organization users admin permissions on the repository they wish to fork (see promoteUser)

Changed

  • Updated Jest unit tests to validate all env inputs
  • Downgraded all Jest packages from v29 to v28 to resolve mismatch with ts-jest
  • Updated README to document new inputs (checkuser, promoteUser) and remove deprecated ones (addUser)

Removed

  • Support for sending GitHub organization invitations to users who were not already a member (see addUser)

Bug fixes + Dependabot upgrades

29 Mar 02:15
01a5f2d
Compare
Choose a tag to compare

Added

  • Numerous Dependabot dependency vulnerabilities and recommended upgrades

Fixed

  • Bug with license compliance check failing when the license format is invalid
  • Edge case where Github users were invited when no organization was specified

Major enhancements, dependency upgrades + CI fixes

11 Jan 15:42
c737d0d
Compare
Choose a tag to compare

This is a fairly significant release which provides several quality of life enhancements, package vulnerability fixes, CI workflow improvements, plus tooling and content to help enforce open source project standards.

Added

  • Missing content from Wayfair's official OSS Template
  • Dynamic release badging system for README
  • Linting configuration for all markdown files, including local and CI
  • Several major npm package upgrades suggested by Dependabot

Changed

  • Improved README content and clarified developer instructions
  • Used named constants instead of numerical response codes
  • Used OSPO service account for all workflow tests
  • Updated vulnerable npm packages to compliant versions
  • Updated Dependabot configuration to search for github-actions updates

Fixed

  • Token access issue with actions integration tests
  • Numerous npm and typescript dependency conflicts

Repository org transfer + some minor enhancements

22 Oct 20:12
ea826e1
Compare
Choose a tag to compare

Changes

  • Updates all known repository owner refs from lelia to wayfair-incubator org
  • Temporarily disables actions integration tests while diagnosing a token access issue
  • Resolves numerous node + typescript dependency vulnerabilities

🎉 Initial release of Github Forker action

31 Aug 22:19
91431ea
Compare
Choose a tag to compare

Adds

  • Initial release of the GitHub Forker action.

Usage

See README for details on how it works!