Skip to content

Commit 682eba0

Browse files
authored
Create pr-assistant.yml
Checks pull request description and linked issues
1 parent 26a240e commit 682eba0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/pr-assistant.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)