We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a240e commit 682eba0Copy full SHA for 682eba0
1 file changed
.github/workflows/pr-assistant.yml
@@ -0,0 +1,20 @@
1
+name: PR Assistant
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, edited, synchronize]
6
7
+permissions:
8
+ pull-requests: write
9
+ issues: write
10
+ contents: write
11
12
+jobs:
13
+ pr-assistant:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: codex-team/action-pr-assistant@master
17
+ with:
18
+ check: both
19
+ mode: draft
20
+ token: ${{ secrets.PR_ASSISTANT_SPECC_PAT }}
0 commit comments