Skip to content

Commit 929df8c

Browse files
authored
Merge pull request #45 from list-interop/automatic-releases
Set up automatic releases
2 parents 1c1a582 + 377f7e2 commit 929df8c

File tree

3 files changed

+15
-41
lines changed

3 files changed

+15
-41
lines changed

.github/settings.yml

-22
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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 }}

psalm.xml

-19
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@
1414
<directory name="vendor" />
1515
</ignoreFiles>
1616
</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>
3617
<plugins>
3718
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
3819
</plugins>

0 commit comments

Comments
 (0)