Skip to content

Commit

Permalink
ci: enable github bot CI rerun feature (angular#29098)
Browse files Browse the repository at this point in the history
PR Close angular#29098
  • Loading branch information
josephperrott authored and BioPhoton committed May 21, 2019
1 parent 9e81b37 commit b0b8e70
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 b0b8e70

Please sign in to comment.