Duplicate check
Problem
we current create the github action in the current repo to cover some of git action.
But the problem is, it's not easy to maintain those action cross the multiple repos, it's better to have a github apps to cover the most of common actions.
Proposed solution
we'd better to have a org github apps to cover like
- it should auto detect the PR create event and post the message in the PR to show the prefered reviewers.
- it should knows the OWNERS file content
- It should auto add approved labels if the creator is the Owners/reviewer
- It should trigger the test when the approved add /ok-to-test
- it should auto-merge the PR when the approved + lgtm labels added.
- It should auto remove the approved and lgtm labels when the PR is updated.
- etc
Alternatives considered
No response
Duplicate check
Problem
we current create the github action in the current repo to cover some of git action.
But the problem is, it's not easy to maintain those action cross the multiple repos, it's better to have a github apps to cover the most of common actions.
Proposed solution
we'd better to have a org github apps to cover like
Alternatives considered
No response