Skip to content

Commit

Permalink
chore: label issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 14, 2021
1 parent 0e0308f commit 387d9c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'reproduction:required':
issues:
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.
'reproduction:provided':
issues:
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.
16 changes: 16 additions & 0 deletions .github/workflows/label-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Label Actions'

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

jobs:
reaction:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v2
with:
github-token: ${{ github.token }}
process-only: 'issues'

0 comments on commit 387d9c4

Please sign in to comment.