Merge pull request #517 from puppetlabs/update_codeowners

(RE-14811) Remove DIO as codeowners
This commit is contained in:
Jake Spain 2022-08-26 10:34:21 -04:00 committed by GitHub
commit 72c1ef31df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# This will cause DIO and RE to be assigned review of any opened PRs against
# This will cause RE to be assigned review of any opened PRs against
# the branches containing this file.
# See https://help.github.com/en/articles/about-code-owners for info on how to
# take ownership of parts of the code base that should be reviewed by another
# team.
# DIO and RE will be the default owners for everything in the repo.
* @puppetlabs/dio @puppetlabs/release-engineering
# RE will be the default owners for everything in the repo.
* @puppetlabs/release-engineering

View file

@ -64,7 +64,7 @@ the new documentation or comments added.
* Submit a pull request to the repository in the puppetlabs organization.
* Update your Jira ticket to mark that you have submitted code and are ready for it to be reviewed (Status: Ready for Merge).
* Include a link to the pull request in the ticket.
* The Puppet DIO team looks at Pull Requests on a regular basis.
* The Puppet Release Engineering team looks at Pull Requests on a regular basis.
* After feedback has been given we expect responses within two weeks. After two weeks we may close the pull request if it isn't showing any activity.
## Additional Resources