Skip to content

Commit

Permalink
Revert "for consistency with the formatting workflow"
Browse files Browse the repository at this point in the history
This reverts commit ad03b6d.
  • Loading branch information
GarboMuffin committed Jan 13, 2025
1 parent ad03b6d commit b0fd212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit b0fd212

Please sign in to comment.