-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github-config to 01b754b (#22)
Co-authored-by: paketo-bot <[email protected]>
- Loading branch information
1 parent
8e757eb
commit df5f9f3
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
pull_request_rules: | ||
- name: Auto merge pull requests from github-actions bot | ||
- name: Auto merge pull requests from dependabot | ||
conditions: | ||
- author=github-actions[bot] | ||
# TODO: Fill in these conditions when they are finalized | ||
# - status-success=Unit Tests | ||
# - status-success=Integration Tests | ||
- author=dependabot[bot] | ||
- status-success=Unit Tests | ||
- status-success=Integration Tests | ||
actions: | ||
merge: | ||
strict: true | ||
strict: smart | ||
method: rebase | ||
bot_account: paketo-bot | ||
delete_head_branch: {} |