Skip to content
Snippets Groups Projects
Commit 387d9c4a authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: label issues

parent 0e0308fd
No related branches found
No related tags found
No related merge requests found
'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.
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment