Add support for external user identity fetching #131
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
README.md,__tests__/main.test.ts,action.yml,package.json, andsrc/index.tsfiles to add new features, update dependencies, and improve error handling. The most important changes include adding support for external user identities, updating dependencies, and improving error handling.New Features:
README.md,action.yml, andsrc/index.tsfiles. This includes adding a new input parameterexternal-identities, fetching external identity information, and updating the inactive seats data with this information. [1] [2] [3] [4] [5] [6] [7] [8]Documentation Updates:
README.mdfile to include new sections and examples for theexternal-identitiesinput parameter and other minor formatting adjustments. [1] [2] [3] [4] [5] [6] [7] [8]Dependency Updates:
package.jsonfile to their latest versions, including@actions/artifact,@actions/core,@octokit/request-error,@octokit/types,csv-parse,@types/jest,@types/node,@typescript-eslint/eslint-plugin,@typescript-eslint/parser,@vercel/ncc,jest,ts-jest,ts-node-dev, andtypescript.Testing Improvements:
__tests__/main.test.tsfile to include new test input parameters and additional logging for better test coverage and debugging. [1] [2]Error Handling Enhancements:
src/index.tsfile by dynamically importing theRequestErrorclass and refining error messages for better clarity. [1] [2] [3] [4]