From a7bc96b8990e4f8c0d6525f47ebfa4400cade634 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62367544+tilucasoli@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:55:55 -0300 Subject: [PATCH] Update add_label.yml --- .github/workflows/add_label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_label.yml b/.github/workflows/add_label.yml index bada4f878..f02229768 100644 --- a/.github/workflows/add_label.yml +++ b/.github/workflows/add_label.yml @@ -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"]