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 0a938fe commit 9e34f82Copy full SHA for 9e34f82
.github/workflows/pipeline.yml
@@ -10,3 +10,9 @@ jobs:
10
uses: tastyigniter/workflows/.github/workflows/php-tests.yml@main
11
with:
12
php-version: ${{ matrix.php }}
13
+
14
+ auto-merge-release:
15
+ needs: [ php-tests ]
16
+ uses: tastyigniter/workflows/.github/workflows/auto-merge-release.yml@main
17
+ with:
18
+ release-branch: master
0 commit comments