Skip to content

Commit

Permalink
Hacktoberfest Accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Oct 1, 2024
1 parent dce3632 commit 44d44df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/add-gssoc-label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
if (prBody.includes('GSSOCEXTD')) {
await addLabel('GSSOCEXTD');
await addLabel('Hacktoberfest Accepted')
}
2 changes: 1 addition & 1 deletion .github/workflows/auto-label-issues.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: ['GSSOCEXTD']
labels: ['GSSOCEXTD','Hacktoberfest Accepted']
});
const addLabel = async (label) => {
await github.rest.issues.addLabels({
Expand Down

0 comments on commit 44d44df

Please sign in to comment.