Skip to content

Commit

Permalink
Update auto-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Oct 31, 2024
1 parent 5b668e8 commit 5a651f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: item.number,
labels: ['gssoc-ext', 'hacktoberfest-accepted']
labels: ['gssoc-ext', 'hacktoberfest']
});
const addLabel = async (label) => {
await github.rest.issues.addLabels({
Expand Down

0 comments on commit 5a651f7

Please sign in to comment.