We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d05ba commit b60c51bCopy full SHA for b60c51b
.github/workflows/pr-assistant.yml
@@ -0,0 +1,19 @@
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: description
19
+ mode: draft
package.json
@@ -1,6 +1,6 @@
{
"name": "hawk.api",
- "version": "1.2.29",
+ "version": "1.2.30",
"main": "index.ts",
"license": "BUSL-1.1",
"scripts": {
0 commit comments