Skip to content

Commit 7bd03fc

Browse files
authored
chore: add experimetal GitHub agent (#2232)
1 parent 420166d commit 7bd03fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/agent.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: GitHub Agent
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
agent:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: View the github context
13+
run: echo "$GITHUB_CONTEXT"
14+
env:
15+
GITHUB_CONTEXT: ${{ toJson(github) }}
16+
- name: Run GitHub Agent
17+
uses: kludex/github-agent@main
18+
env:
19+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)