Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update github-config to 4d26ab4
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot authored and ryanmoran committed Jul 31, 2020
1 parent b5f7682 commit 0633604
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Approve
uses: paketo-buildpacks/github-config/actions/pull-request/approve@master
with:
user: paketo-bot
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
user: paketo-bot-reviewer
token: ${{ secrets.PAKETO_BOT_REVIEWER_GITHUB_TOKEN }}
author: ${{ steps.event.outputs.author }}
number: ${{ steps.event.outputs.number }}
34 changes: 23 additions & 11 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
pull_request_rules:
- name: Auto merge pull requests from dependabot
conditions:
- author=dependabot[bot]
- status-success=Unit Tests
- status-success=Integration Tests
actions:
merge:
strict: smart
method: rebase
bot_account: paketo-bot
delete_head_branch: {}
- name: Auto merge pull requests from dependabot
conditions:
- author=dependabot[bot]
- status-success=Unit Tests
- status-success=Integration Tests
actions:
merge:
strict: smart
method: rebase
bot_account: paketo-bot
delete_head_branch: {}

- name: Auto merge pull requests from paketo-bot
conditions:
- author=paketo-bot
- status-success=Unit Tests
- status-success=Integration Tests
actions:
merge:
strict: smart
method: rebase
bot_account: paketo-bot
delete_head_branch: {}

0 comments on commit 0633604

Please sign in to comment.