Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviour1001 authored Mar 2, 2022
1 parent cae9ea9 commit b131b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const run = async () => {
if (event === "issues") {
message = issue_message;

const labels = ["GWOC21"];
const labels = ["GSSoC22"];

// Adding the labels present in the array.
octokit.issues.addLabels({
Expand Down

0 comments on commit b131b3a

Please sign in to comment.