Skip to content

Commit

Permalink
build(ci): enable auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 16, 2023
1 parent e26ee54 commit 3d3556c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@ jobs:

- name: Linting
run: ktlint src/android/*.kt

auto-merge:
runs-on: ubuntu-latest
needs: build

permissions:
pull-requests: write
contents: write

steps:
- name: Automatically merge dependabot upgrades
uses: fastify/github-action-merge-dependabot@v3.9.0
with:
target: minor

0 comments on commit 3d3556c

Please sign in to comment.