Skip to content

Commit

Permalink
Updated context in workInProgress module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankarsan Kampa committed Apr 21, 2018
1 parent 41a4364 commit 0372e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workInProgress.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = context => {
state: status.toLowerCase(),
target_url: 'https://github.com/apps/bastion',
description: isWIP ? 'Work in progress – Do not merge!' : 'Ready for Review',
context: 'WIP'
context: 'Bastion/WIP'
}));

if (context.payload.repository && context.payload.repository.private) {
Expand Down

0 comments on commit 0372e54

Please sign in to comment.