From 2c14a605e453bab2056e84e58f8224be4e9f0309 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 21 May 2026 12:32:32 +0200 Subject: [PATCH] Remove AI assistance disclosure comments Removed AI assistance disclosure comments from the workflow. Signed-off-by: James Cole --- .github/workflows/pr-reply-no-disclosure.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-reply-no-disclosure.yml b/.github/workflows/pr-reply-no-disclosure.yml index 9c47564282..825022e0c2 100644 --- a/.github/workflows/pr-reply-no-disclosure.yml +++ b/.github/workflows/pr-reply-no-disclosure.yml @@ -25,13 +25,7 @@ jobs: exit 0 fi - # I used AI assistance for: - # - [ ] Code generation (e.g., when writing an implementation or fixing a bug) - # - [ ] Test/benchmark generation - # - [ ] Documentation (including examples) - # - [ ] Research and understanding - - + echo "Not dependabot!" # $BODY must contain one of these four uses. if [[ $BODY != *"Code generation"* && @@ -60,5 +54,8 @@ jobs: echo "Triggered on AI disclosure missing." exit 0 fi + echo "It has the disclosure" env: NUMBER: ${{ github.event.pull_request.number }} + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }}