|
1 | | -name: Claude |
| 1 | +# name: Claude |
2 | 2 |
|
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] |
17 | 17 |
|
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