Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/actions/get-prs-with-merge-conflicts/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Get PRs With Merge Conflicts"
description: "Wait briefly, then list open non-draft PRs with mergeStateStatus DIRTY"
description: "Wait briefly, then list open non-draft PRs with merge conflicts (mergeStateStatus=DIRTY)"

inputs:
github-token:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AI agents like Claude can execute code, make API calls, and consume costly resou
- **Prompt injection**: Malicious content in issues/comments could manipulate the AI
- **Resource exhaustion**: Workflows could be triggered repeatedly to exhaust CI minutes

The Claude Code GitHub action will not run for external users. That doesn't mean that steps in the workflow prior to the Claude Code step will not run for external users. It's important to practice good security hygiene and not allow external users to trigger workflows that have access to sensitive information or resources.
The Claude Code GitHub Action does not run for external users. However, steps before the Claude Code step can still run for external users. It's important to practice good security hygiene and not allow external users to trigger workflows that have access to sensitive information or resources.

### Author Association Checks

Expand Down