Skip to content

Commit

Permalink
build(ci): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 16, 2023
1 parent 1183839 commit df62757
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
- name: Linting
run: npm run lint

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

permissions:
pull-requests: write
contents: write

steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor
auto-merge:
runs-on: ubuntu-latest
needs: build

permissions:
pull-requests: write
contents: write

steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor

0 comments on commit df62757

Please sign in to comment.