Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 20, 2021
1 parent 9c7c3e5 commit 4a55e54
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,18 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

automerge:
needs: test
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude: [
'sonic-boom',
'pino-std-serializers',
'quick-format-unescaped',
'fast-redact'
]
## Disabled because the exclude parameter causes a syntax error
## and I don't know how to fix it. ~ James Sumners 2021-06-20
# automerge:
# needs: test
# runs-on: ubuntu-latest
# steps:
# - uses: fastify/github-action-merge-dependabot@v2.1.1
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# exclude: [
# 'sonic-boom',
# 'pino-std-serializers',
# 'quick-format-unescaped',
# 'fast-redact'
# ]

0 comments on commit 4a55e54

Please sign in to comment.