Skip to content

Commit 2ae2e6c

Browse files
authored
disable claude
1 parent 67c9de7 commit 2ae2e6c

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

.github/workflows/claude.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
name: Claude
1+
# name: Claude
22

3-
on:
4-
pull_request:
5-
types: [opened, synchronize, ready_for_review, reopened]
6-
pull_request_review:
7-
types: [submitted]
8-
issue_comment:
9-
types: [created]
10-
pull_request_review_comment:
11-
types: [created]
12-
issues:
13-
types: [opened, assigned]
14-
workflow_run:
15-
workflows: [Tests]
16-
types: [completed]
3+
# on:
4+
# pull_request:
5+
# types: [opened, synchronize, ready_for_review, reopened]
6+
# pull_request_review:
7+
# types: [submitted]
8+
# issue_comment:
9+
# types: [created]
10+
# pull_request_review_comment:
11+
# types: [created]
12+
# issues:
13+
# types: [opened, assigned]
14+
# workflow_run:
15+
# workflows: [Tests]
16+
# types: [completed]
1717

18-
jobs:
19-
claude:
20-
# Caller must grant the union of every permission the callee's jobs ask
21-
# for; reusable workflows can't exceed the caller's ceiling.
22-
permissions:
23-
contents: write
24-
pull-requests: write
25-
issues: write
26-
actions: read
27-
id-token: write
28-
uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@7138fd26ee7317ac1f05001eafeb41d371ba58a6 # v0.6.0
29-
secrets:
30-
oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
31-
# PAT with `contents: write` on this repo. Without this, commits pushed
32-
# by the consolidator (authenticated with GITHUB_TOKEN) do not trigger
33-
# workflow_run/synchronize events, so Tests/CodeQL/Linter stay dormant
34-
# on Claude's fixes.
35-
push_token: ${{ secrets.CLAUDE_PUSH_TOKEN }}
36-
with:
37-
# improvement: true
38-
# healing: true
39-
bots: true
40-
comments: true
18+
# jobs:
19+
# claude:
20+
# # Caller must grant the union of every permission the callee's jobs ask
21+
# # for; reusable workflows can't exceed the caller's ceiling.
22+
# permissions:
23+
# contents: write
24+
# pull-requests: write
25+
# issues: write
26+
# actions: read
27+
# id-token: write
28+
# uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@7138fd26ee7317ac1f05001eafeb41d371ba58a6 # v0.6.0
29+
# secrets:
30+
# oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
31+
# # PAT with `contents: write` on this repo. Without this, commits pushed
32+
# # by the consolidator (authenticated with GITHUB_TOKEN) do not trigger
33+
# # workflow_run/synchronize events, so Tests/CodeQL/Linter stay dormant
34+
# # on Claude's fixes.
35+
# push_token: ${{ secrets.CLAUDE_PUSH_TOKEN }}
36+
# with:
37+
# # improvement: true
38+
# # healing: true
39+
# bots: true
40+
# comments: true

0 commit comments

Comments
 (0)