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 a7bc96b commit 39d1ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
console.log(github.event.pull_request.labels)
github.rest.issues.removeLabel({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
name: ["mix", "mix_lint", "mix_annotations", "mix_generator", "documentation", "examples", "repo"]
name: github.event.pull_request.labels
})
const { execSync } = require('child_process')
Expand Down

0 comments on commit 39d1ffa

Please sign in to comment.