Skip to content

Commit

Permalink
add dependabot automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Jun 6, 2023
1 parent 942bfac commit 4cff3bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Dependabot auto-approve

on:
pull_request:

jobs:
dependabot:
uses: na4ma4/actions/.github/workflows/dependabot-automerge.yml@main
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
unittest:
uses: na4ma4/actions/.github/workflows/unit-test.yml@v1
uses: na4ma4/actions/.github/workflows/unit-test.yml@main

goreleaser:
if: startsWith(github.ref, 'refs/tags/v')
needs:
- unittest
uses: na4ma4/actions/.github/workflows/goreleaser.yml@v1
uses: na4ma4/actions/.github/workflows/goreleaser.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 4cff3bc

Please sign in to comment.