Skip to content

Releases: austenstone/copilot-license-cleanup

v1.5

12 Mar 15:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4...v1.5

v1.4

22 Feb 17:30
bf5b69f

Choose a tag to compare

v1.3

18 Jan 18:56
a545123

Choose a tag to compare

New functionality for rollouts.

The feature allows for deploying users from a CSV file, which can be useful when adopting Copilot. It also includes updates to the tool's version and dependencies, and adds new input and output options related to the new feature.

#80

v1.2

04 Jan 18:22
d42f960

Choose a tag to compare

adds support for multiple organizations through either a comma separated list of organizations or by providing an enterprise that the action can inspect to identify all organizations. It also updates dependencies to close existing Dependabot issues.

Enhancements to functionality:

  • Added support for fetching a comma separated list of organizations.
  • Added support for fetching all organizations from an enterprise
  • Added error handling if an organization does not have Copilot enabled
  • Updated README with instructions for extra scopes needed for an enterprise or multiple organizations
  • Added examples in README for new usage

Updates to dependencies:

  • package.json: Updated the versions of @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, and eslint to address open Dependabot issues.

v1.1

31 Aug 15:27

Choose a tag to compare

  • New check waits at least inactive-days after license creation date to avoid removing users that were just recently given a license
  • New option remove-from-team removes inactive users from their assigning team

v1

31 Aug 11:29

Choose a tag to compare

Initial release