Skip to content

Commit

Permalink
update auto-approve setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Sep 12, 2024
1 parent 1937b17 commit edafb3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pull_request_rules:
actions:
queue:

- name: Automatic merge for Dependabot pull requests
- name: Automatic queue for Dependabot pull requests
conditions:
- author = dependabot[bot]
- '#approved-reviews-by >= 1'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Auto approve PR

on:
pull_request_target:
branches:
- dependabot/*
types: [opened, reopened, synchronize]

permissions:
Expand Down

0 comments on commit edafb3c

Please sign in to comment.