We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f23e2 commit 5f3580fCopy full SHA for 5f3580f
.github/labeler.yml
@@ -83,7 +83,7 @@ labels:
83
body: 'x\] Bug fix'
84
- label: "Type: enhancement"
85
draft: false
86
- body: 'x\] New feature'
+ body: "x\] New feature"
87
- label: "Type: documentation"
88
89
body: 'x\] Documentation improvement'
.github/workflows/phpstan.yml
@@ -7,7 +7,7 @@ on:
7
paths-ignore:
8
- '**.md'
9
- '**.xml'
10
- pull_request:
+# pull_request:
11
# Allow manually triggering the workflow.
12
workflow_dispatch:
13
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
push:
0 commit comments