Skip to content

Commit

Permalink
Merge pull request #301 from samyak-aditya/main
Browse files Browse the repository at this point in the history
Fixed: workflow bug
  • Loading branch information
rishicds authored Oct 28, 2024
2 parents 378c86c + c7eeaef commit 8032eef
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 8032eef

Please sign in to comment.