Skip to content
Compare
Choose a tag to compare
@austenstone austenstone released this 04 Jan 18:22
· 86 commits to main since this release
d42f960

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.