Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds self to pinging
  • Loading branch information
JJ committed Feb 8, 2019
1 parent 68cf586 commit 4d1f8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-issues.p6
Expand Up @@ -34,7 +34,7 @@ for %modules.keys.sort -> $name {
my $title = $name;
my @labels;
my $body = $template-text;
my $ping-author = False ?? Ping @AlexDaniel. !! ;
my $ping-author = False ?? Ping @AlexDaniel or @JJ. !! ;
my $previous-ticket = $ticket ?? Preivous ticket: # ~ $ticket<number> !! ;

$body .= subst: 「MODULE」, $name;
Expand Down

0 comments on commit 4d1f8f0

Please sign in to comment.