This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 757462bc Document pull request automation (#974)
757462bc is described below
commit 757462bc7c37423f61556a0224559def1a158fcd
Author: mfordjody <[email protected]>
AuthorDate: Mon Jul 20 14:39:35 2026 +0800
Document pull request automation (#974)
---
CONTRIBUTING.md | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5d097baf..2e57efb1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -32,10 +32,21 @@ Comment on an issue or pull request with one of the
following commands (the comm
|---|---|---|---|
| `/assign [@user ...]` | issue / PR | anyone (self); write access (others) |
Assign the issue or PR |
| `/unassign [@user ...]` | issue / PR | anyone (self); write access (others)
| Remove assignees |
-| `/lgtm` | PR | collaborators with write access (not the PR author) | Add the
`lgtm` label; if the commenter is an approver in the root [`OWNERS`](OWNERS)
file, the PR is squash-merged (auto-merge if checks are still running) |
+| `/lgtm` | PR | approvers in the root [`OWNERS`](OWNERS) file | Record
maintainer approval and enable GitHub Auto-merge; the PR is squash-merged after
required checks pass |
| `/lgtm cancel` | PR | write access or PR author | Remove the `lgtm` label
and disable auto-merge |
| `/close` | issue / PR | author or write access | Close |
| `/reopen` | issue / PR | author or write access | Reopen |
| `/retest` | PR | author or write access | Re-run failed workflow runs for
the PR head commit |
+## Automatic pull request labels
+
+The GitHub bot labels pull requests from their changed paths and branch names.
+Component labels include `cni`, `dubboctl`, `dubbod`, `operator`, `helm`,
+`networking`, and `samples`. Cross-cutting labels include `documentation`,
+`testing`, `performance`, `security`, `build`, `release`, `dependencies`, and
+`github_actions`.
+
+Pushes to a pull request reset its maintainer approval and remove the `lgtm`
+label. An approver must review the new head and comment `/lgtm` again.
+
Thank you for contributing to Dubbo Kubernetes!