chore: Add a label for author claims. See #6227
This commit is contained in:
parent
7c539fed6c
commit
9e12bd098a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const createIssue = async ({ account, setLoadingStatus, title, body, backend, se
|
||||||
const issueData = {
|
const issueData = {
|
||||||
title,
|
title,
|
||||||
body: account ? `${body}\n\n${userCard(account.id || false)}` : body,
|
body: account ? `${body}\n\n${userCard(account.id || false)}` : body,
|
||||||
labels: ['%3A%2B1%3A+good+first+issue'],
|
labels: [':+1: good first issue', 'author claim'],
|
||||||
}
|
}
|
||||||
const result = await backend.createIssue(issueData)
|
const result = await backend.createIssue(issueData)
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue