ci: auto-label issues by platform - #53
Merged
Merged
Conversation
Issue Forms can't set a label from a dropdown answer, so add a small workflow
that reads the "Platform" field of a bug report and applies the matching
platform:{android,linux,windows} label (keeping exactly one in sync). The bug
form gains a Windows desktop option and Windows-specific OS/log hints.
The platform:* labels are created in the repo separately.
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.
Summary
Tags issues by platform automatically. GitHub Issue Forms can't set a label from a
dropdown answer, so a small workflow reads the Platform field of a bug report and
applies the matching
platform:{android,linux,windows}label (keeping exactly one insync on open/edit). The bug form also gains a Windows desktop option and
Windows-specific OS/log hints.
The three
platform:*labels are created in the repo (out of band, via the API).Affected layer
frontend/— React Web UImodule/— Magisk/KernelSU/APatch payload (shell + packagedkasumi-proxybackend)scripts/— build / release helpers.github/Verification
actionlintclean on the newlabel-platform.yml.bug_report.yml) parses as valid YAML; the Platform dropdown now listsAndroid / Linux / Windows.
### Platformsection of the issue body and isidempotent (removes a stale
platform:*before adding the current one).Checklist
Notes for reviewers
(Android green, Linux amber, Windows blue).
against it as that lands.