Skip to content

Commit 2f07e43

Browse files
committed
test: Add PatPatBot
1 parent 201e270 commit 2f07e43

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/patpatbot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Review pattern documentation
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
run-patpatbot:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v2
15+
16+
- name: Run PatPatBot Action
17+
uses: nicklem/patpatbot@main
18+
env:
19+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
20+
21+
- uses: stefanzweifel/git-auto-commit-action@v5
22+
with:
23+
commit_message: 'gpt: Automated pattern documentation updates'

0 commit comments

Comments
 (0)