Skip to content

Commit

Permalink
Update auto_lable_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samyak-aditya authored Oct 28, 2024
1 parent 378c86c commit c7eeaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_lable_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
labels: ['gssoc-ext','hacktoberfest-accepted','hacktoberfest']
labels: ['gssoc-ext','hacktoberfest']
});
const addLabel = async (label) => {
await github.rest.issues.addLabels({
Expand All @@ -33,4 +33,4 @@ jobs:
issue_number: issue.number,
labels: [label]
});
};
};

0 comments on commit c7eeaef

Please sign in to comment.