Skip to content

Commit 1551cd2

Browse files
paketo-botpaketo-bot
andauthored
Update github-config to 4d26ab4 (paketo-buildpacks#128)
Co-authored-by: paketo-bot <[email protected]>
1 parent 407a61e commit 1551cd2

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Approve
3636
uses: paketo-buildpacks/github-config/actions/pull-request/approve@master
3737
with:
38-
user: paketo-bot
39-
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
38+
user: paketo-bot-reviewer
39+
token: ${{ secrets.PAKETO_BOT_REVIEWER_GITHUB_TOKEN }}
4040
author: ${{ steps.event.outputs.author }}
4141
number: ${{ steps.event.outputs.number }}

.mergify/config.yml

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

0 commit comments

Comments
 (0)