Skip to content

Commit

Permalink
Update auto-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtual4087 authored Oct 19, 2024
1 parent 8b455b1 commit ce41e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
const issueBody = issue.body ? issue.body.toLowerCase() : '';
const issueTitle = issue.title.toLowerCase();
// Add gssoc label to all issues
await github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit ce41e0d

Please sign in to comment.