Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

BGforge MLS reusable Actions

This directory publishes three composite GitHub Actions that run a @bgforge CLI over the files changed in an event and either commit the result back to the branch (save mode, default) or verify it without committing (check mode):

Action CLI What it does README
actions/binary fgbin Refresh JSON snapshots alongside binary game data binary/README.md
actions/format fgfmt Format Fallout/WeiDU source files in place format/README.md
actions/transpile fgtp Regenerate transpiled output (.tssl/.tbaf/.td sources) transpile/README.md

Notes

All three actions share the same fork-PR guard (actions/_shared/guard-fork-pr.sh): it blocks a run whose event is pull_request or pull_request_target and whose head is a fork, since a base-scoped or read-only token cannot push to a fork's head branch, and running the CLI over fork-controlled files under pull_request_target is itself a risk. The guard runs only in save mode - it is skipped when check: true, since check mode never pushes and fork-PR check runs are each action's documented use case. See each action's own README for details.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.