Skip to content

Commit

Permalink
ci: enable github bot CI rerun feature (#29098)
Browse files Browse the repository at this point in the history
PR Close #29098
  • Loading branch information
josephperrott authored and AndrewKushnir committed Apr 26, 2019
1 parent 5b134ca commit f45684f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/angular-robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,10 @@ triagePR:
- "effort*"
- "risk*"
- "comp: *"

# options for rerunning CI
rerunCircleCI:
# set to true to disable
disabled: false
# the label which when added triggers a rerun of the default CircleCI workflow
triggerRerunLabel: "PR action: rerun CI at HEAD"

0 comments on commit f45684f

Please sign in to comment.