Skip to content

Commit

Permalink
Configure needs for automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 16, 2024
1 parent 49b75f6 commit cd90c43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
on:
workflow_call:
secrets:
github-token:
required: true
pull_request:

jobs:
# https://github.com/fastify/github-action-merge-dependabot
automerge:
name: Dependabot auto-merge
runs-on: ubuntu-20.04
needs:
- build-and-push-image
- test

permissions:
pull-requests: write
Expand Down

0 comments on commit cd90c43

Please sign in to comment.