Skip to content

Commit 51a2a6f

Browse files
committed
Add auto merge workflow
1 parent 842f5e8 commit 51a2a6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,20 @@ jobs:
5151
DB_CONNECTION: mysql
5252
DB_COLLATION: utf8mb4_unicode_ci
5353
DB_DATABASE: laravel
54+
55+
dependabot:
56+
permissions:
57+
pull-requests: write
58+
contents: write
59+
uses: driesvints/github-workflows/.github/workflows/dependabot.yml@main
60+
secrets:
61+
gh_token: ${{ secrets.GITHUB_TOKEN }}
5462

63+
deploy:
64+
needs: [tests]
65+
runs-on: ubuntu-latest
66+
67+
steps:
5568
- name: Deploy
5669
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
5770
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}

0 commit comments

Comments
 (0)