Skip to content

Commit

Permalink
chore(mergify): remove emoji (carbon-design-system#5374)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Aug 10, 2020
1 parent d70afe3 commit b4afcac
Showing 1 changed file with 42 additions and 10 deletions.
52 changes: 42 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ pull_request_rules:
- 'status-success=ci/circleci: step-one'
actions:
close:
message: 'πŸ‘ Looks good - πŸŽ‰ You are one step closer to completion of the Carbon React tutorial and earning the digital credential.'
message:
'Looks good - You are one step closer to completion of the Carbon
React tutorial and earning the digital credential.'
label:
add: ['status: approved']
remove: ['status: needs correction']
Expand All @@ -13,15 +15,21 @@ pull_request_rules:
- 'status-failure=ci/circleci: step-one'
actions:
comment:
message: 'Hi πŸ‘‹ Looks like you are missing something, double check your code, your preview URL should match the [preview](https://www.carbondesignsystem.com/tutorial/react/step-1#preview) in the tutorial. πŸ”Ž'
message:
'Hi, it looks like you are missing something. Double check your code,
your preview URL should match the
[preview](https://www.carbondesignsystem.com/tutorial/react/step-1#preview)
in the tutorial.'
label:
add: ['status: needs correction']
- name: Close when CI Passes Step 2
conditions:
- 'status-success=ci/circleci: step-two'
actions:
close:
message: 'πŸ‘ Looks good - πŸŽ‰ You are one step closer to completion of the Carbon React tutorial and earning the digital credential.'
message:
'Looks good - You are one step closer to completion of the Carbon
React tutorial and earning the digital credential.'
label:
add: ['status: approved']
remove: ['status: needs correction']
Expand All @@ -30,15 +38,21 @@ pull_request_rules:
- 'status-failure=ci/circleci: step-two'
actions:
comment:
message: 'Hi πŸ‘‹ Looks like you are missing something, double check your code, your preview URL should match the [preview](https://www.carbondesignsystem.com/tutorial/react/step-2#preview) in the tutorial. πŸ”Ž'
message:
'Hi, it looks like you are missing something. Double check your code,
your preview URL should match the
[preview](https://www.carbondesignsystem.com/tutorial/react/step-2#preview)
in the tutorial.'
label:
add: ['status: needs correction']
- name: Close when CI Passes Step 3
conditions:
- 'status-success=ci/circleci: step-three'
actions:
close:
message: 'πŸ‘ Looks good - πŸŽ‰ You are one step closer to completion of the Carbon React tutorial and earning the digital credential.'
message:
'Looks good - You are one step closer to completion of the Carbon
React tutorial and earning the digital credential.'
label:
add: ['status: approved']
remove: ['status: needs correction']
Expand All @@ -47,15 +61,21 @@ pull_request_rules:
- 'status-failure=ci/circleci: step-three'
actions:
comment:
message: 'Hi πŸ‘‹ Looks like you are missing something, double check your code, your preview URL should match the [preview](https://www.carbondesignsystem.com/tutorial/react/step-3#preview) in the tutorial. πŸ”Ž'
message:
'Hi, it looks like you are missing something. Double check your code,
your preview URL should match the
[preview](https://www.carbondesignsystem.com/tutorial/react/step-3#preview)
in the tutorial.'
label:
add: ['status: needs correction']
- name: Close when CI Passes Step 4
conditions:
- 'status-success=ci/circleci: step-four'
actions:
close:
message: 'πŸ‘ Looks good - πŸŽ‰ You are one step closer to completion of the Carbon React tutorial and earning the digital credential.'
message:
'Looks good - You are one step closer to completion of the Carbon
React tutorial and earning the digital credential.'
label:
add: ['status: approved']
remove: ['status: needs correction']
Expand All @@ -64,15 +84,24 @@ pull_request_rules:
- 'status-failure=ci/circleci: step-four'
actions:
comment:
message: 'Hi πŸ‘‹ Looks like you are missing something, double check your code, your preview URL should match the [preview](https://www.carbondesignsystem.com/tutorial/react/step-4#preview) in the tutorial. πŸ”Ž'
message:
'Hi, it looks like you are missing something. Double check your code,
your preview URL should match the
[preview](https://www.carbondesignsystem.com/tutorial/react/step-4#preview)
in the tutorial.'
label:
add: ['status: needs correction']
- name: Close when CI Passes Step 5
conditions:
- 'status-success=ci/circleci: step-five'
actions:
close:
message: "πŸ‘ Congratulations! You've completed the Carbon tutorial for React! Feel free to stop this running application on IBM Cloud to avoid the possibility of incurring any charges πŸ’΅ Please see the wrapping up step to apply for your badge! https://www.carbondesignsystem.com/tutorial/react/wrapping-up"
message:
"Congratulations! You've completed the Carbon tutorial for React! Feel
free to stop this running application on IBM Cloud to avoid the
possibility of incurring any charges. Please see the wrapping up step
to apply for your badge!
https://www.carbondesignsystem.com/tutorial/react/wrapping-up"
label:
add: ['status: approved']
remove: ['status: needs correction']
Expand All @@ -81,6 +110,9 @@ pull_request_rules:
- 'status-failure=ci/circleci: step-five'
actions:
comment:
message: 'Hi πŸ‘‹ Looks like you are missing something, double check your the [instructions](https://www.carbondesignsystem.com/tutorial/react/step-5) in step 5 of the tutorial. πŸ”Ž'
message:
'Hi, it looks like you are missing something. Double check the
[instructions](https://www.carbondesignsystem.com/tutorial/react/step-5)
in step 5 of the tutorial.'
label:
add: ['status: needs correction']

0 comments on commit b4afcac

Please sign in to comment.