You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sc-30416): add support for user mapping file to resolve Slack user by GitHub login
- Introduce `user_mapping_filepath` input in `action.yml` to optionally
provide a mapping file for Slack user details by GitHub login.
- Update `getMessageAuthorFactory` and related logic to use the mapping
file if provided, avoiding Slack and GitHub API calls when possible.
- Add fallback and error handling for mapping file usage.
- Refactor main entry to pass `user_mapping_filepath` to author
resolution.
Signed-off-by: Jake Schurch <[email protected]>
0 commit comments