Skip to content

Commit d11603a

Browse files
paketo-botryanmoran
authored andcommitted
Update github-config to 4d26ab4
1 parent 031df5c commit d11603a

2 files changed

Lines changed: 25 additions & 13 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Approve
5252
uses: paketo-buildpacks/github-config/actions/pull-request/approve@master
5353
with:
54-
user: paketo-bot
55-
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
54+
user: paketo-bot-reviewer
55+
token: ${{ secrets.PAKETO_BOT_REVIEWER_GITHUB_TOKEN }}
5656
author: ${{ steps.event.outputs.author }}
5757
number: ${{ steps.event.outputs.number }}

.mergify/config.yml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
pull_request_rules:
2-
- name: Auto merge pull requests from dependabot
3-
conditions:
4-
- author=dependabot[bot]
5-
- status-success=Unit Tests
6-
- status-success=Integration Tests
7-
actions:
8-
merge:
9-
strict: smart
10-
method: rebase
11-
bot_account: paketo-bot
12-
delete_head_branch: {}
2+
- name: Auto merge pull requests from dependabot
3+
conditions:
4+
- author=dependabot[bot]
5+
- status-success=Unit Tests
6+
- status-success=Integration Tests
7+
actions:
8+
merge:
9+
strict: smart
10+
method: rebase
11+
bot_account: paketo-bot
12+
delete_head_branch: {}
13+
14+
- name: Auto merge pull requests from paketo-bot
15+
conditions:
16+
- author=paketo-bot
17+
- status-success=Unit Tests
18+
- status-success=Integration Tests
19+
actions:
20+
merge:
21+
strict: smart
22+
method: rebase
23+
bot_account: paketo-bot
24+
delete_head_branch: {}

0 commit comments

Comments
 (0)