Skip to content

chore: remove executable bit from stale.yml and greetings.yml #145

Description

@iamnewton

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

  • Both files are non-executable (-rw-r--r--)
  • Committed and merged to main

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedIncluded in a release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions