feat(scripts): Add script — [Lua App Submission] EdgeTX BT AT Terminal - #67
Merged
Conversation
4 tasks
4 tasks
pfeerick
added a commit
that referenced
this pull request
Aug 4, 2026
…#69) The push job in validate-issue-templates.yml was supposed to self-heal bot-created branches, but script-submission.yml's branch-creating push uses the default GITHUB_TOKEN, and GitHub Actions suppresses new workflow- triggering events (including push) for GITHUB_TOKEN-authored pushes — the same rule that prevents the sync job's own corrective commits from causing an infinite loop also silently prevented it from ever running in the first place for these branches. Confirmed against two real submissions (#67, #68): both landed with a permanently-failing check and no auto-fix. Rather than fight the retrigger suppression, run the sync script directly in script-submission.yml before committing, so the schema/templates are already correct in the very first commit of every bot-generated PR. The push job in validate-issue-templates.yml remains as a backstop for genuine human-authored pushes (e.g. direct-edit PRs), which aren't subject to this suppression. Also fixes a stale error-comment string referencing the category enum check that was removed in #65. Co-authored-by: Peter Feerick <5500713+pfeerick@users.noreply.github.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
[Lua App Submission] EdgeTX BT AT Terminal Closes #62
pfeerick
marked this pull request as ready for review
August 4, 2026 01:54
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.
Automated PR for script submission from issue #62.
Checklist before merging
scripts.jsondiff looks correctASSETS/and update image paths inscripts.jsonCloses #62