github / evergreen

GitHub Action to enable automated security updates and open a issue/PR in repos in an org that have dependency files but no dependabot.yaml file
https://github.blog/2024-01-25-do-you-know-if-all-your-repositories-have-up-to-date-dependencies/
MIT License
176 stars 16 forks source link

feat: filter repos by team ownership #242

Closed zkoppert closed 2 days ago

zkoppert commented 3 days ago

Pull Request

fixes #74

This pull request adds a feature to support specifying a team in addition to an organization. This enables users to run the action on all the repositories owned by a team instead of having to keep that list up to date with the team ownership data already in GitHub. The most important changes include updating the README.md to reflect the new TEAM_NAME parameter, modifying the env.py and evergreen.py files to handle the new parameter, and adding tests in test_env.py to ensure the new functionality works as expected.

Proposed Changes

Documentation Updates:

Code Enhancements:

Testing:

Readiness Checklist

Author/Contributor

Reviewer