1
0
Fork 0

chore: Add a label for author claims. See #6227

This commit is contained in:
joostdecock 2024-03-02 14:59:43 +01:00
parent 7c539fed6c
commit 9e12bd098a

View file

@ -84,7 +84,7 @@ const createIssue = async ({ account, setLoadingStatus, title, body, backend, se
const issueData = {
title,
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)
if (result.success) {