ci: give labeler workflow write permissions #61988
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Purpose of change
see #61981 (comment) so the labeler ain't working due to missing permissions, best case scenario we just need to add them manually to the workflow; this pr adds them that would make some sense, but I don't trust github so much, I am gonna give it an honest shot
this should be all we need https://github.com/actions/labeler#create-workflow
Describe the solution
let it read the contents of prs (it already did that) and write to prs
Describe alternatives you've considered
Testing
this pr, maybe - github I hate that this works on my fork, just cause it's my fork
so like I need at least another person to test for real, for real
or maybe another account for testing permission stuff?
Additional context
gonna revert everything if this still ins't working, this #61946 and #61904