Summary
Two workflow files in .github/workflows/ have their executable bit set, which is inconsistent with every other template and with how these auto-generated files are produced by holocron setup:
-rwxr-xr-x stale.yml*
-rwxr-xr-x greetings.yml*
All other workflow files in this repo (and in every other template repo) are plain -rw-r--r--.
Fix
chmod 644 .github/workflows/stale.yml .github/workflows/greetings.yml
Acceptance criteria
Summary
Two workflow files in
.github/workflows/have their executable bit set, which is inconsistent with every other template and with how these auto-generated files are produced byholocron setup:All other workflow files in this repo (and in every other template repo) are plain
-rw-r--r--.Fix
Acceptance criteria
-rw-r--r--)main