Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ New Smart Github Action: replicator #10

Merged
merged 6 commits into from
Apr 14, 2024

Conversation

arcane-engine[bot]
Copy link
Contributor

@arcane-engine arcane-engine bot commented Apr 14, 2024

I've successfully created the new Smart Github Action named "replicator" as per your request. Here's what has been done:

  1. Action Metadata File (action.yaml): A new action metadata file for "replicator" has been created, defining the necessary inputs such as template-path, result-path, and characteristics for the action to function.

  2. Action Code File (replicator.py): The Python script for the "replicator" action has been set up. It's designed to read the specified template, create a new file or code snippet based on the characteristics provided, and save it at the specified result path.

  3. Workflow File (replicator.yaml): A new workflow has been added to the .github/workflows directory, allowing the action to be triggered manually (workflow_dispatch). This workflow requires inputs for the template path, result path, and characteristics of the result, aligning with the action's design.

These components together fulfill the task description you provided, enabling the creation of new files or code snippets based on existing templates with specified characteristics.

Copy link
Contributor Author

arcane-engine bot commented Apr 14, 2024

Looks good to me

@mlamina
Copy link
Contributor

mlamina commented Apr 14, 2024

/pilot look at commit-monitor/README.md and make sure there is an equivalent replicator/README.md

Copy link
Contributor Author

arcane-engine bot commented Apr 14, 2024

I've checked and found that there wasn't an equivalent README.md for the replicator action. I've now created a README.md for the replicator action, mirroring the structure and content style of the commit-monitor/README.md, with adjustments to fit the replicator action's functionality and usage. This should provide clear guidance on how to use the replicator action within projects.


📋 Log ↩️ Undo

@mlamina mlamina merged commit c8a6ae9 into main Apr 14, 2024
1 check passed
@mlamina mlamina deleted the pr-pilot/create-a-replicator-smart-github-action-f branch April 14, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant