chore(wallet): allow discovery of missing account/index #628
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: v1 | |
issue: | |
labels: | |
- prefix: triage | |
list: ["accepted"] | |
multiple: false | |
author_association: | |
collaborator: true | |
member: true | |
owner: true | |
needs: | |
comment: | | |
@$AUTHOR: Thanks for opening an issue, it is currently awaiting triage. | |
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment. | |
- prefix: kind | |
list: | |
- feature | |
- bug | |
- question | |
- fix | |
- chore | |
- docs | |
- refactor | |
- dependencies | |
multiple: false | |
needs: true | |
author_association: | |
author: true | |
collaborator: true | |
member: true | |
owner: true | |
- prefix: area | |
list: | |
- core | |
- workflow | |
- docs | |
multiple: true | |
needs: | |
comment: | | |
@$AUTHOR: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. **If you are unsure what to do you can ignore this!** | |
You can add area labels by leaving a `/area` comment. | |
author_association: | |
author: true | |
collaborator: true | |
member: true | |
owner: true | |
- prefix: priority | |
multiple: true | |
list: ["urgent-now", "important-soon", "low"] | |
needs: | |
comment: | | |
@$AUTHOR: Thanks for opening an issue, an appropriate priority will be added soon. | |
The priority labels can be added by foundation members by writing /priority [type] in a comment. | |
author_association: | |
collaborator: true | |
member: true | |
owner: true | |
chat_ops: | |
- cmd: /close | |
type: close | |
author_association: | |
author: true | |
collaborator: true | |
member: true | |
owner: true | |
- cmd: /duplicate | |
type: close | |
author_association: | |
collaborator: true | |
member: true | |
owner: true | |
- cmd: /duplicate | |
type: comment | |
comment: | | |
@$ISSUE_AUTHOR: This issue has been marked duplicate by @$AUTHOR, if you think this is a mistake, please reopen it! | |
author_association: | |
collaborator: true | |
member: true | |
owner: true | |
- cmd: /duplicate | |
type: label | |
label: | |
add: duplicate | |
author_association: | |
collaborator: true | |
member: true | |
owner: true | |
- cmd: /cc | |
type: none | |
- cmd: /assign | |
type: assign | |
author_association: | |
collaborator: true | |
member: true | |
owner: true | |
captures: | |
- regex: '\W*v?(\d+\.\d+\.\d+)\W*' | |
github_release: true | |
ignore_case: true | |
label: "version/$CAPTURED" | |
- regex: '\W*Mac\W*' | |
label: "platform/mac" | |
ignore_case: true | |
- regex: '\W*Windows\W*' | |
label: "platform/windows" | |
ignore_case: true | |
- regex: '\W*Linux\W*' | |
label: "platform/linux" | |
ignore_case: true |