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
3 changes: 2 additions & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [main]
# Run in merge queue but skip the step (shows as passing check)
merge_group:
branches: [main]
workflow_dispatch:

# Explicitly set permissions for the workflow
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA/version_1/CLA.md'
# Branch where CLA signatures will be stored
branch: 'IMPT_cla_signatures'
allowlist: 'dependabot[bot],github-actions[bot],claude,copilot,copilot-swe-agent[bot]'
allowlist: 'dependabot[bot],github-actions[bot],claude,copilot,copilot-swe-agent[bot],*[bot]'

# Custom text for the CLA comment
custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/claude-code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
branches: [main]
# Run in the merge queue to validate before merging
merge_group:
branches: [main]

# Ensure only one instance runs at a time per PR/branch
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [main]
merge_group:
branches: [main]
workflow_dispatch:

# Minimal permissions for this workflow
Expand Down
Loading