File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def run(self) -> None:
107
107
)
108
108
raise SystemExit (1 )
109
109
else :
110
- gha_utils .notice ("Everything is up-to-date! \U0001F389 \U0001F389 " )
110
+ gha_utils .notice ("Everything is up-to-date! \U0001f389 \U0001f389 " )
111
111
112
112
def _update_workflow (self , workflow_path : str ) -> set [str ]:
113
113
"""Update the workflow file with the updated data"""
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def create_pull_request(
42
42
if response .status_code == 201 :
43
43
response_data = response .json ()
44
44
gha_utils .notice (
45
- f"Pull request opened at { response_data ['html_url' ]} \U0001F389 "
45
+ f"Pull request opened at { response_data ['html_url' ]} \U0001f389 "
46
46
)
47
47
return response_data ["number" ]
48
48
@@ -94,7 +94,7 @@ def add_pull_request_reviewers(
94
94
gha_utils .notice (
95
95
"Requested review from "
96
96
f"{ pull_request_user_reviewers .union (pull_request_team_reviewers )} "
97
- "\U0001F389 "
97
+ "\U0001f389 "
98
98
)
99
99
return
100
100
@@ -130,7 +130,7 @@ def add_pull_request_labels(
130
130
if response .status_code == 200 :
131
131
gha_utils .notice (
132
132
f"Added '{ labels } ' labels to "
133
- f"pull request #{ pull_request_number } \U0001F389 "
133
+ f"pull request #{ pull_request_number } \U0001f389 "
134
134
)
135
135
return
136
136
@@ -167,8 +167,8 @@ def display_whats_new() -> None:
167
167
latest_release_body = response_data ["body" ]
168
168
169
169
group_title = (
170
- "\U0001F389 What's New In "
171
- f"GitHub Actions Version Updater { latest_release_tag } \U0001F389 "
170
+ "\U0001f389 What's New In "
171
+ f"GitHub Actions Version Updater { latest_release_tag } \U0001f389 "
172
172
)
173
173
174
174
with gha_utils .group (group_title ):
You can’t perform that action at this time.
0 commit comments