Skip to content

Commit

Permalink
Update automerge_dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine authored Dec 9, 2024
1 parent 0d04cff commit ca6f995
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/automerge_dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Automatically mege PRs by Dependabot
name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
inputs:
pr-number:
required: true

jobs:
build:
runs-on: ubuntu-latest

automerge:
needs: build
runs-on: ubuntu-latest

permissions:
Expand All @@ -19,3 +19,5 @@ jobs:

steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
pr-number: ${{ github.event.inputs.pr-number }}

0 comments on commit ca6f995

Please sign in to comment.