Skip to content

Commit 0f47919

Browse files
Update labels.json (#37)
* Update labels.json Add "Bounty" label * chore: log token length * chore: remove check log token length --------- Co-authored-by: Serg <s.frontend.dev@gmail.com>
1 parent 4ffde65 commit 0f47919

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
"Adamant-im/adamant-mixer"
6464
"Adamant-im/adamant-watchbot"
6565
)
66+
6667
for repo in "${REPOS[@]}"; do
6768
echo "Syncing $repo"
6869
github-label-sync --access-token $LABELS_SYNC_TOKEN --labels labels.json $repo

labels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,10 @@
268268
"name": "wontfix",
269269
"color": "ffffff",
270270
"description": "This will not be worked on"
271+
},
272+
{
273+
"name": "Bounty 💰",
274+
"color": "E6B800",
275+
"description": "Task with a reward for successful completion (paid after PR is merged)"
271276
}
272277
]

0 commit comments

Comments
 (0)