This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 9429239 [infra] Add doc-including label to indicate docs are included
in the PR (#407)
9429239 is described below
commit 942923912600316d31beeb090a761b7dc783ce61
Author: Eugene <[email protected]>
AuthorDate: Mon Jan 5 10:59:26 2026 +0800
[infra] Add doc-including label to indicate docs are included in the PR
(#407)
---
.github/PULL_REQUEST_TEMPLATE.md | 1 +
.github/workflows/document_bot.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ac9b863..31fd92b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -24,3 +24,4 @@ Linked issue: #xxx
- [ ] `doc-needed` <!-- Your PR changes impact docs -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
+- [ ] `doc-included` <!-- Your PR already contains the necessary documentation
updates -->
diff --git a/.github/workflows/document_bot.yml
b/.github/workflows/document_bot.yml
index 6e1cbd1..bf4a8e7 100644
--- a/.github/workflows/document_bot.yml
+++ b/.github/workflows/document_bot.yml
@@ -40,5 +40,5 @@ jobs:
uses:
apache/pulsar-test-infra/docbot@8ff059e49446fff5bb9baf2de4a12bc05c2d57ab
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- LABEL_WATCH_LIST: 'doc-needed,doc-not-needed'
+ LABEL_WATCH_LIST: 'doc-needed,doc-not-needed,doc-included'
LABEL_MISSING: 'doc-label-missing'