Change the design of this Action to target a single (using) repository #78
Labels
breaking change
This issue or pull request involves changes to existing functionality
github-actions
Pull requests that update GitHub Actions code
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
python
Pull requests that update Python code
💡 Summary
Currently this Action has a workflow that runs this Action against our organization on a regularly basis. This is in line with the Action's current design to scan based on a provided query. This issue proposes changing the functionality of this Action to instead be used in a workflow in individual repositories that will scan on their own schedule.
Motivation and context
This change would align this project with the general way that GitHub Actions are used. It would also provide more configuration in downstream repositories and would simplify the logic of this project.
Implementation notes
Important design consideration (in my mind):
Acceptance criteria
The text was updated successfully, but these errors were encountered: