Open
Conversation
* Init workflows SDK * Fix build script for workflows-sdk * fix: use node 18 * Add publishing workflow * Fix publish commands and project name * fix: hoist * feat: publish preview.1 * Add required fields for schedule workflow * Add required fields for the push trigger * [chore] reorganize the triggers sample workflows into their own folder * Add required fields for the pull request trigger * Add schema version field * fixes * fix: pathing for modelentry * Fix the naming of the interfaces and some internal definitions to prevent enumerated type names * Fix typo and export WorkflowDefinition from index * Remove unnecessary readme info * Add descriptions to the actions, interfaces, triggers, and workflow schemas * Allow environment connections to also accept a number * Publish 0.1.5-preview.3 * Publish 0.1.5-preview.4 * Add updated README.md and fixed name of the workflow in the pull request trigger with all events * Move complex fields in workflows, and the actions to their own definitions and make the identifiers a regex * Move build to use an optional environment connection and force GitHub action runner to use an environment connection * Fix a readme line * Publish 0.1.5-preview.5 * Removing additional properties, adding generic action, and add workflow compute * Publish 0.1.5-preview.6 * upgrade to standard node tooling * fix: projenify * ignore template files from clean upo * feat: modernize codebase * cleanups * structure docs * feat: move packages into nice places * fix: build * fix: workflows * update readme * fix: workflows sdk * fix: immutable cache * workflows added * fix: semgrep * fix linter errors * clean up * fix: semgrep --------- Co-authored-by: Alexander Pantelides <panteli@amazon.com> Co-authored-by: Nicholas Schneider <nickschn@amazon.com>
…workflow * fix: update output variable validation regex and limit (#286) * fix: update output variable validation regex and limit * fix: update output variable validation regex and limit * chore(release): v1.0.18 * chore(docs): - update API reference * Add changes made in ADK v1.0.18 release * Remove workflows-sdk, bump versions and update changelogs to match main * Update yarn.lock and cache * Re-add workflows-sdk * Update yarn.lock and cache * Update docs release workflow * Add projenified release workflow to publish to NPM * Update Publish-To-NPM.yml --------- Co-authored-by: ActionsDevKitRelease <cawsactionextensions+adk-release@amazon.com>
|
Lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This change updates the repository to use projen and adds the workflows-sdk to the main branch.
Testing
yarn build
Checklist
I have:
yarn buildLicensing statement (do not modify)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.