-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (26 loc) · 681 Bytes
/
Copy pathaction.yml
File metadata and controls
29 lines (26 loc) · 681 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
name: PR Description Generator
description: Generates a PR description using Claude
author: abhinavchadaga
branding:
icon: 'align-center'
color: 'blue'
inputs:
anthropic-api-key:
description: 'Anthropic API key for Claude'
required: true
github-token:
description: 'GitHub token for API access'
required: true
default: ${{ github.token }}
ignore-patterns:
description:
'Comma-separated list of glob patterns to ignore from diff analysis (e.g.,
"dist/**,**/*.min.js,node_modules/**")'
required: false
default: ''
outputs:
description:
description: 'Generated PR description'
runs:
using: node20
main: dist/index.js