Replies: 1 comment
-
If anyone wants to help, please nominate yourself or others here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motive
This is mainly for other PR authors to know who to ping in addition to @nrdxp, to get a review and run the tests.
We can always use some help running the test suite on new PR's, and, once we get more robust tests in place, potentially merging passing PR's automatically. If you want to help, please let us know.
Essentially:
Members
Have access to run
bors try
andbors retry
on a PR.Reviewers
Has access to run
bors r+
andbors delegate+
to merge or allow author to merge when ready, and passes at least one review. They also have full write access to the repo, for manual fixups on an as-needed basis.Disclaimer
Until all of the kinks are worked out, I won't enforce any branch protection rules on
core
, since it interferes with some existing actions, such as changelog generation. Once everything is in place, only BORS will be allowed to commit oncore
.The List
Beta Was this translation helpful? Give feedback.
All reactions