From e0b519122fa1a67b4d52e5451318360e1eba3c3e Mon Sep 17 00:00:00 2001 From: Bart Smykla Date: Tue, 21 Jan 2025 13:23:03 +0100 Subject: [PATCH] ci(gha): exclude kumahq bot PRs from adding reviewer checklist comment (#12636) ## Motivation PRs like [this one](https://github.com/kumahq/kuma/pull/12635) unnecessarily include the ["Reviewer Checklist" comment](https://github.com/kumahq/kuma/pull/12635#issuecomment-2604301610) Signed-off-by: Bart Smykla --- .github/workflows/pr-modification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-modification.yaml b/.github/workflows/pr-modification.yaml index 3494b13c8ca8..d6d02ef55598 100644 --- a/.github/workflows/pr-modification.yaml +++ b/.github/workflows/pr-modification.yaml @@ -34,7 +34,7 @@ jobs: gh pr list \ --repo ${{ github.repository }} \ --json number,title,url \ - --search "updated:>=$(date --date='${{ env.LOOK_BACK }} ago' +'%Y-%m-%dT%H:%M:%S%z') -author:app/dependabot -author:app/renovate" >> $GITHUB_OUTPUT + --search "updated:>=$(date --date='${{ env.LOOK_BACK }} ago' +'%Y-%m-%dT%H:%M:%S%z') -author:app/dependabot -author:app/renovate -author:app/kumahq" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - name: Show outputs env: