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: Add scoped processing for import and calculate commands
- Introduced support for `--issues` and `--pr` flags to selectively process issues or pull requests in both `import` and `calculate` commands.
- Added backward compatibility to default to both scopes when no flag is specified.
- Updated README with examples and scope-specific usage instructions.
- Refactored calculation logic to process specific data sets based on the selected scope.
- Adjusted cron job script to handle scoped import and calculation runs independently for issues and pull requests.
0 commit comments