File tree 3 files changed +15
-41
lines changed
3 files changed +15
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : " Automatic Releases"
2
+
3
+ on :
4
+ milestone :
5
+ types :
6
+ - " closed"
7
+
8
+ jobs :
9
+ release :
10
+ uses :
laminas/workflow-automatic-releases/.github/workflows/[email protected]
11
+ secrets :
12
+ GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
13
+ GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
14
+ ORGANIZATION_ADMIN_TOKEN : ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
15
+ SIGNING_SECRET_KEY : ${{ secrets.SIGNING_SECRET_KEY }}
Original file line number Diff line number Diff line change 14
14
<directory name =" vendor" />
15
15
</ignoreFiles >
16
16
</projectFiles >
17
- <issueHandlers >
18
- <InternalMethod >
19
- <errorLevel type =" suppress" >
20
- <referencedMethod name =" PHPUnit\Framework\MockObject\Builder\InvocationMocker::method" />
21
- </errorLevel >
22
- <errorLevel type =" suppress" >
23
- <referencedMethod name =" PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn" />
24
- </errorLevel >
25
- <errorLevel type =" suppress" >
26
- <referencedMethod name =" PHPUnit\Framework\MockObject\Builder\InvocationMocker::with" />
27
- </errorLevel >
28
- </InternalMethod >
29
- <!-- Properties initialised in setUp always trigger this: -->
30
- <MissingConstructor >
31
- <errorLevel type =" suppress" >
32
- <directory name =" test" />
33
- </errorLevel >
34
- </MissingConstructor >
35
- </issueHandlers >
36
17
<plugins >
37
18
<pluginClass class =" Psalm\PhpUnitPlugin\Plugin" />
38
19
</plugins >
You can’t perform that action at this time.
0 commit comments