Search found 1 match

by cheshiretwin
Thu Oct 11, 2018 6:23 pm
Forum: General Development Discussion
Topic: PRs and WIP label
Replies: 16
Views: 80374

Re: PRs and WIP label

Nicofuma wrote: Fri Aug 08, 2014 12:55 pm Now you are able to add or remove the WIP label to your own PRs, for that you need to post a special comment to your PR:

Code: Select all

!set WIP
to set the WIP label

Code: Select all

!unset WIP
to remove it

Example: https://github.com/phpbb/phpbb/pull/268 ... t-51595801
Thanks for the link.