We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201e270 commit 2f07e43Copy full SHA for 2f07e43
1 file changed
.github/workflows/patpatbot.yml
@@ -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