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

Tools - Ailly: Add shell script for creating workflows form a Quip doc #6371

Closed
wants to merge 5 commits into from

Conversation

ford-at-aws
Copy link
Contributor

This PR adds a script that I've been using the create workflows in 3 languages.

@github-actions github-actions bot added the Tools This issue relates to a custom tooling to streamline development tasks label Apr 24, 2024
@beqqrry-aws
Copy link
Contributor

The tool and the results from the tool should be in separate PRs. It's hard to tell at a glance which files are part of the tool and which are part of the output.

export AILLY_ENGINE=bedrock

# Define languages and create directory structures
languages=("python" "java" "javascript")
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be in a separate config file or be passed in as arguments, so we don't have to edit a source controlled file to do different languages.

@ford-at-aws ford-at-aws deleted the social-media-tool branch September 6, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools This issue relates to a custom tooling to streamline development tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants