You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update deleted assets workflow
* Refactor redirects label workflow to use add_label_for_deleted_files.js
* Update mergify.yml to remove adding the deleted-assets label
* Update job name and some fixes
Copy file name to clipboardExpand all lines: .mergify.yml
-16
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,3 @@ pull_request_rules:
12
12
- What is the target address of the redirect? (Where are you trying to redirect to?)
13
13
14
14
- Type of redirect? 301 - permanent redirect or 302 - temporary redirect? (More info on Amplify Hosting redirects here: https://docs.aws.amazon.com/amplify/latest/userguide/redirects.html)
15
-
- name: Remove verified-assets label if deleted-assets label is added
16
-
conditions:
17
-
- label="deleted-assets"
18
-
actions:
19
-
label:
20
-
remove:
21
-
- 'verified-assets'
22
-
- name: Add deleted-assets label if status checks fail
23
-
conditions:
24
-
- or:
25
-
- check-failure="Check if assets were deleted on PR opened"
26
-
- check-failure="Check if assets were deleted on PR sync"
0 commit comments