Remove "copy labels from linked issues" github workflow#36854
Merged
peppy merged 1 commit intoppy:masterfrom Mar 6, 2026
Merged
Remove "copy labels from linked issues" github workflow#36854peppy merged 1 commit intoppy:masterfrom
peppy merged 1 commit intoppy:masterfrom
Conversation
It still doesn't work: https://github.com/ppy/osu/actions/runs/22759488243/job/66012293202 Looking at the job output: https://github.com/ppy/osu/actions/runs/22759488243/job/66012293202#step:1:21 it appears that the permissions of the `GITHUB_TOKEN` are *automatically* constrained to `read` even if you request more scopes. Would be nice if that was *actually documented* somewhere! Also given supply-chain attacks that people are running on github via issue titles these days (https://grith.ai/blog/clinejection-when-your-ai-tool-installs-another) I'm not sure we want any automation near where it can reach code. Sure, much of the fault in the aforementioned attack was the fault of meatbags trusting clankers *WAY* too much, which is a mistake we *would not* do, but given everpresent software degradation *from unknown sources and for unknown reasons* let's not ~~COPILOT~~ *ahem* tempt fate...
peppy
approved these changes
Mar 6, 2026
Member
|
There's a setting in repo/org which is supposed to set the default permissions for the token, but I think it doesn't apply to PRs or something (I already checked and it's set in the permissive state). was worth a try but automations like this are probably best living elsewhere or written ourselves. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
It still doesn't work.
Looking at the job output it appears that the permissions of the
GITHUB_TOKENare automatically constrained toreadeven if you request more scopes. Would be nice if that was actually documented somewhere!Also given supply-chain attacks that people are running on github via issue titles these days I'm not sure we want any automation near where it can reach code. Sure, much of the fault in the aforementioned attack was the fault of meatbags trusting clankers WAY too much, which is a mistake we would not do, but given everpresent software degradation from unknown sources and for unknown reasons let's not
COPILOTahem tempt fate...