We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffde65 commit 0f47919Copy full SHA for 0f47919
.github/workflows/sync-labels.yml
@@ -63,6 +63,7 @@ jobs:
63
"Adamant-im/adamant-mixer"
64
"Adamant-im/adamant-watchbot"
65
)
66
+
67
for repo in "${REPOS[@]}"; do
68
echo "Syncing $repo"
69
github-label-sync --access-token $LABELS_SYNC_TOKEN --labels labels.json $repo
labels.json
@@ -268,5 +268,10 @@
268
"name": "wontfix",
269
"color": "ffffff",
270
"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)"
276
}
277
]
0 commit comments