Skip to content

chore: unify shared actions signatures#169

Merged
galargh merged 3 commits intomasterfrom
unify-shared-actions-signatures
Apr 7, 2025
Merged

chore: unify shared actions signatures#169
galargh merged 3 commits intomasterfrom
unify-shared-actions-signatures

Conversation

@galargh
Copy link
Copy Markdown
Member

@galargh galargh commented Apr 7, 2025

This is a follow-up to #165

It ensures all the shared actions follow the same pattern of:

  • the action function not touching the files on disk
  • the runAction function ensuring the changes of the action are written to the file system

@galargh galargh mentioned this pull request Apr 7, 2025
@galargh galargh force-pushed the unify-shared-actions-signatures branch from 05fc7d2 to e75ba4d Compare April 7, 2025 08:41
@galargh galargh marked this pull request as ready for review April 7, 2025 08:44
@galargh galargh requested a review from Copilot April 7, 2025 08:45
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 19 out of 20 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • scripts/tests/resources/terraform/terraform.tfstate: Language not supported
Comments suppressed due to low confidence (1)

scripts/src/actions/shared/add-file-to-all-repos.ts:6

  • The function runAddFileToAllRepos is missing the export keyword, making it inaccessible externally. Consider adding 'export' before the function declaration to ensure consistency with other run functions.
async function runAddFileToAllRepos(

Comment thread scripts/src/actions/shared/add-file-to-all-repos.ts Outdated
@galargh galargh merged commit 31e4fa8 into master Apr 7, 2025
@galargh galargh deleted the unify-shared-actions-signatures branch April 7, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants