Releases: austenstone/copilot-license-cleanup
Releases · austenstone/copilot-license-cleanup
v1.5
What's Changed
- Bump @octokit/types from 12.5.0 to 13.4.1 by @dependabot in #114
- Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 by @dependabot in #90
- Bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #87
- fix: avoid removal user when having maintainer role by @nicolas2mey in #112
- Bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #84
New Contributors
- @nicolas2mey made their first contribution in #112
Full Changelog: v1.4...v1.5
v1.4
Node 20
v1.3
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.
v1.2
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, andeslintto address open Dependabot issues.
v1.1
- New check waits at least
inactive-daysafter license creation date to avoid removing users that were just recently given a license - New option
remove-from-teamremoves inactive users from their assigning team
v1
Initial release