We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9712628 commit f1a024dCopy full SHA for f1a024d
.github/workflows/autolabler.yml
@@ -27,7 +27,7 @@ jobs:
27
labels: ["recode", "level 1", "hacktoberfest-accepted"]
28
});
29
30
- console.log(`Added labels [recode, level 1,hacktoberfest-accepted] to PR #${prNumber}`);
+ console.log(`Added labels [recode, level 1, hacktoberfest-accepted] to PR #${prNumber}`);
31
32
- name: Add labels to Issue
33
if: github.event_name == 'issues'
@@ -56,4 +56,3 @@ jobs:
56
--header "authorization: token ${TOKEN}" \
57
--header "content-type: application/json" \
58
--data '{"type":"Bug"}'
59
-
0 commit comments