Actions
Support #33649
closedAdd Github action that watches when we change dependencies
Triaged:
Yes
Fixed in Releases:
Found in Releases:
Description
Github has a feature where you can add a CODEOWNERS file and it will require a review from people or teams you specify, any time certain files have changed.
Foreman uses this to require reviews from @theforeman/packaging any time package.json has changed (or, any other files that would break packaging). See https://github.com/theforeman/foreman/blob/develop/.github/CODEOWNERS#L4
However, Katello can't use this because "The people you choose as code owners must have write permissions for the repository."
As an alternate solution, we should look into a Github action for Katello that comments on PR's-- maybe tag packaging if the PR changes one of those files.
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by Lucy Fu about 3 years ago
- Status changed from New to Closed
Applied in changeset katello|a19f0c29f9918069076b49b36f1fc0c297689704.
Updated by Andrew Dewar about 3 years ago
- Target version set to Katello 4.3.0
- Triaged changed from No to Yes
Actions