Skip to content

Commit 9e34f82

Browse files
committed
feat: add auto-merge-release job to GitHub Actions pipeline workflow
Signed-off-by: Sam Poyigi <[email protected]>
1 parent 0a938fe commit 9e34f82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ jobs:
1010
uses: tastyigniter/workflows/.github/workflows/php-tests.yml@main
1111
with:
1212
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

Comments
 (0)