Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano authored Nov 7, 2023
1 parent e8df255 commit 7079b99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: auto-merge

on: [pull_request]
on: [pull_request_target]

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'

- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
Expand Down

0 comments on commit 7079b99

Please sign in to comment.