Skip to content

Commit f1a024d

Browse files
Adez017sanjay-kv
andcommitted
fix
Co-Authored-By: Sanjay Viswanathan <[email protected]>
1 parent 9712628 commit f1a024d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/autolabler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
labels: ["recode", "level 1", "hacktoberfest-accepted"]
2828
});
2929
30-
console.log(`Added labels [recode, level 1,hacktoberfest-accepted] to PR #${prNumber}`);
30+
console.log(`Added labels [recode, level 1, hacktoberfest-accepted] to PR #${prNumber}`);
3131
3232
- name: Add labels to Issue
3333
if: github.event_name == 'issues'
@@ -56,4 +56,3 @@ jobs:
5656
--header "authorization: token ${TOKEN}" \
5757
--header "content-type: application/json" \
5858
--data '{"type":"Bug"}'
59-

0 commit comments

Comments
 (0)