Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
yktakaha4 committed Jan 16, 2024
1 parent 291da49 commit 4cab465
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot_auto_merge.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
on: pull_request

name: Dependabot auto-merge
name: Dependabot

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
auto_merge:
name: Auto Merge
runs-on: ubuntu-22.04
if: github.actor == 'dependabot[bot]'
steps:
Expand Down

0 comments on commit 4cab465

Please sign in to comment.