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 a1b28c8 commit a7bc96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
script: |
github.rest.issues.removeLabel({
issue_number: issue_num,
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
name: ["mix", "mix_lint", "mix_annotations", "mix_generator", "documentation", "examples", "repo"]
Expand Down

0 comments on commit a7bc96b

Please sign in to comment.