Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/ai-moderator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ai-moderator.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
types: [opened]
forks: "*"
skip-roles: [admin, maintainer, write, triage]
skip-bots: [github-actions, copilot]
skip-bots: [github-actions, copilot, dependabot, renovate, github-copilot-enterprise, copilot-swe-agent]
rate-limit:
max: 5
window: 60
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/content-moderation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
moderate:
runs-on: ubuntu-latest
if: vars.BLOCKED_USERS != ''
steps:
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
env:
Expand Down
24 changes: 3 additions & 21 deletions .github/workflows/pr-nitpick-reviewer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .github/workflows/pr-nitpick-reviewer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
description: Provides detailed nitpicky code review focusing on style, best practices, and minor improvements
on:
slash_command: "nit"
slash_command:
name: nit
events: [pull_request_comment, pull_request_review_comment]
permissions:
contents: read
pull-requests: read
Expand Down
Loading