Skip to content

Commit

Permalink
ci(gha): exclude kumahq bot PRs from adding reviewer checklist comment (
Browse files Browse the repository at this point in the history
#12636)

## Motivation

PRs like [this one](#12635)
unnecessarily include the ["Reviewer Checklist"
comment](#12635 (comment))

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla authored Jan 21, 2025
1 parent 5eef010 commit e0b5191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-modification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0b5191

Please sign in to comment.