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
, andeslint
to address open Dependabot issues.