Skip to content

Commit

Permalink
Update add_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jun 28, 2024
1 parent cd911bf commit d7042eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/add_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@ jobs:
const files = context.payload.pull_request.files
console.log(`Modified files on this PR: ${files}`)
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['Triage']
})

0 comments on commit d7042eb

Please sign in to comment.