Skip to content

Commit

Permalink
Remove some mergify configuraiton
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Aug 12, 2024
1 parent c0cfaa4 commit 7475e8e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,3 @@ pull_request_rules:
queue:
method: squash
name: default
- name: Automatically approve and merge attribution changes
conditions:
- base=main
- head-repo-full-name=aws-containers/retail-store-sample-app
- title~=(Update OSS attribution)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
actions:
review:
type: APPROVE
queue:
method: squash
name: default
- name: Automatically approve and merge release changes
conditions:
- base=main
- head-repo-full-name=aws-containers/retail-store-sample-app
- title~=(chore\(release\))
- -label~=(blocked|do-not-merge)
- -merged
- -closed
actions:
review:
type: APPROVE
queue:
method: squash
name: default

0 comments on commit 7475e8e

Please sign in to comment.