This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bc0c181a116c AI should not make bugs for CI tasks
bc0c181a116c is described below

commit bc0c181a116c0c0bef6bf8ec63a98d848e705d53
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jul 24 10:28:26 2026 +0200

    AI should not make bugs for CI tasks
---
 AGENTS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AGENTS.md b/AGENTS.md
index 82df4cebac3a..28368f72e117 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -110,7 +110,7 @@ When merging a PR, an agent MUST perform the following 
steps **in order**:
 
 4. **Categorize the PR with labels**:
    - Determine the PR category from the linked JIRA issue type or PR content:
-     - `bug` — for bug fixes (JIRA type: Bug)
+     - `bug` — for Camel end user facing bug fixes (JIRA type: Bug) - any CI, 
build system or internal project managed should be categorized as `task`. 
      - `enhancement` — for improvements and new features (JIRA type: 
Improvement, New Feature)
      - `documentation` — for documentation-only changes (JIRA type: 
Documentation)
      - `task` — for chores, refactoring, build changes (JIRA type: Task)

Reply via email to