fedeericodl/Discord Update Class Names

Automated CSS class name synchronization tool for Discord theme developers

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesFiles/directories to process (comma/newline separated) Example: | src/theme/**/*.scss theme.css components/*.scss yes
follow-symbolic-linksIndicates whether to follow symbolic links when resolving file pathstrue
ignoresFiles/directories to exclude from processing (comma/newline separated) Example: | src/theme/**/*.scss theme.css components/*.scss
ignore-class-namesClass names to ignore during processing (comma/newline separated). Use this for client mod/plugin classes to avoid false positives Example: | class1,class2 class3 class4
report-outdatedIndicates whether to fail the action if outdated class names are found, even if no changes were madefalse
tokenGitHub token to use for pull requests creation${{ github.token }}
target-branchDestination branch for automated changes (creates if missing)classname-updates
commit-messageCommit message templatechore: update Discord class names (automated)
pr-titlePull request title templateClass Name Updates
namedescription
version-hashDiscord client build version hash
built-atDiscord client build date timestamp
total-class-namesTotal class names found in theme files
changed-class-namesClass names successfully updated in theme files
failed-changed-class-namesClass names that could not be updated in theme files