Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3479,11 +3479,9 @@ async function main() {
status_string =
workflow_msg +
" " +
actor +
"'s `pull_request`" +
" > " +
pull_requests +
"\n";
"へGo!";
"\n";
}
// We're using old style attachments rather than the new blocks because:
// - Blocks don't allow colour indicators on messages
Expand Down
4 changes: 1 addition & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,8 @@ async function main() {
status_string =
workflow_msg +
" " +
actor +
"'s `pull_request`" +
" > " +
pull_requests +
"へGo!"
"\n";
}

Expand Down