From b0fd2120f83edcc636fce8526d6d02fb5266ccfa Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Sun, 12 Jan 2025 22:07:03 -0600 Subject: [PATCH] Revert "for consistency with the formatting workflow" This reverts commit ad03b6d02f3019f2eb74dcc6fc3fc2139aa0522a. --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 11d80b3f39..815a5d5f4d 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -54,6 +54,6 @@ jobs: gh pr edit "$PR_NUMBER" --add-label "$LABEL_OTHER" fi env: - PR_NUMBER: "${{ github.event.issue.number }}" + PR_NUMBER: "${{ github.event.number }}" BASE_REF: "${{ github.base_ref }}" GH_TOKEN: "${{ github.token }}"