-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
34 lines (32 loc) · 934 Bytes
/
action.yml
File metadata and controls
34 lines (32 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: dokku
description: Automatically updates README using Claude AI when code changes are detected
author: tsc-platform
inputs:
anthropic-api-key:
description: Anthropic API key for Claude
required: true
github-token:
description: GitHub token for posting comments and opening PRs
required: true
mode:
description: "Operation mode: 'pr' to commit to the PR branch, 'open-pr' to open a new PR"
required: true
diff-file:
description: Path to the file containing the git diff
required: false
default: diff.txt
readme-path:
description: Path to the README file to update
required: false
default: README.md
pr-number:
description: PR number (required in pr mode)
required: false
default: ''
base-branch:
description: Base branch to open PR against (required in open-pr mode)
required: false
default: main
runs:
using: node20
main: dist/index.js