Skip to content

Commit

Permalink
chore: label actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 14, 2021
1 parent 387d9c4 commit 0bd6008
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 9 additions & 8 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
test:
comment: >
Test comment
'reproduction:required':
issues:
comment: >
This issue has been labeled as requiring a reproduction, usually because implementation won't be possible without it.
comment: >
This issue has been labeled as requiring a reproduction, usually because implementation won't be possible without it.
Please consult our guide on [minimal reproductions](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to understand what is needed.
Please consult our guide on [minimal reproductions](https://github.com/renovatebot/renovate/blob/master/docs/development/minimal-reproductions.md) to understand what is needed.
'reproduction:provided':
issues:
comment: >
Thank you for providing a reproduction.
comment: >
Thank you for providing a reproduction.
The label will be updated to `reproduction:verified` once someone else has confirmed they can reproduce the problem with it.
The label will be updated to `reproduction:confirmed` once someone else has confirmed they can reproduce the problem with it.
4 changes: 1 addition & 3 deletions .github/workflows/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: 'Label Actions'

on:
issues:
types: [labeled, unlabeled]
pull_request:
types: [labeled, unlabeled]
types: [labeled]

jobs:
reaction:
Expand Down

0 comments on commit 0bd6008

Please sign in to comment.