Skip to content

Commit

Permalink
fix: remove emoji from commit status description
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 27, 2018
1 parent 05f58d1 commit 12b1955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/legacy/overwrite-commit-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ async function overwriteCommitStatus (context) {
await context.github.repos.createStatus(context.repo({
sha,
state: 'success',
target_url: 'https://github.com/wip/app/issues/89#notes-on-update-to-marketplace-version',
description: 'Legacy commit status override — see details 👉',
target_url: 'https://github.com/wip/app/issues/124',
description: 'Legacy commit status override — see details',
context: getConfig().name
}))

Expand Down

1 comment on commit 12b1955

@vercel
Copy link

@vercel vercel bot commented on 12b1955 Oct 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://wip-rkgtvxincx.now.sh to the following alias.

Please sign in to comment.