Skip to content

Commit

Permalink
Remove bad target URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldporter committed Feb 28, 2020
1 parent bdaa2c5 commit dc9e63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = robot => {
context.repo({
sha: context.payload.pull_request.head.sha,
state: status,
target_url: "https://github.com/settings/apps/task-list-zero",
// target_url: "https://github.com/settings/apps/task-list-zero",
description: status
? "task list not completed yet"
: "ready for the next steps",
Expand Down

0 comments on commit dc9e63a

Please sign in to comment.