-
Notifications
You must be signed in to change notification settings - Fork 69
Add auto assign workflow #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #167 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 103 103
Branches 1 1
=========================================
Hits 103 103
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Bug fix
Description
Implement automatic PR assignee.
Broaden Codecov component paths.
Minor workflow name and command fixes.
Diagram Walkthrough
flowchart LR A["Pull Request Opened"] --> B{"Is Assignee Null & Not Bot?"} B -- "Yes" --> C["Assign PR Opener"]File Walkthrough
actionlint.yml
Rename actionlint workflow.github/workflows/actionlint.yml
test.yml
Simplify test command in workflow.github/workflows/test.yml
Run pyteststep by removing the multiline commandsyntax.
codecov.yaml
Update Codecov component path patternscodecov.yaml
config,logger, andtracercomponents.**/*.pyto**to include all file types within thedirectories.
assign.yml
Add new PR auto-assign workflow.github/workflows/assign.yml
Manage PR Assigneeto automatically assign the PRopener.
pull_request: openedevents.github.actorif the actor is not a bot and no assigneeis present.