chore: update trigger condition for dependabot auto merge

This commit is contained in:
Han Qiao
2023-12-18 19:45:37 +08:00
committed by GitHub
parent 36b8fc21e1
commit 1ed0490d86

View File

@@ -1,7 +1,7 @@
# Adapted from https://blog.somewhatabstract.com/2021/10/11/setting-up-dependabot-with-github-actions-to-approve-and-merge/
# Adapted from https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
name: Dependabot auto-merge
on: pull_request_target
on: pull_request
permissions:
pull-requests: write