Jason Heard

Results 19 comments of Jason Heard

Is there a way that we can specify the level of logging that we want within the MailchimpClient?

I see that a PR task updated docs in the `Tools/Solutions Analyzer` directory as a part of this PR. I have not seen that before. Was that intentional?

Adding @v-dvedak for visibility since we plan to publish this solution.

@copilot Have the workflow execute in the PR branch before merging to the master branch. If the workflow fails then the PR cannot be merged.

@copilot Two things. 1. is the push to the master branch still necessary in aws-s3-bundle-udpate.yaml 2. in bundleAwsS3Scripts.sh it would be easier to: a. extract the zip files b. only...

@copilot Test the workflow in the existing PR branch and add the result as a comment.

@copilot the bundleAwsS3Scripts.sh file still contains a hardcode list in FILE_TO_BUNDLE this should be dynamic. Look at the following logic and implement it making necessary adjustments. ```bash # Get list...

@copilot Now take the following pipeline/workflow suggestion to work with the update approach of the bash script. ```yaml name: AWS-S3 DataConnector Bundle Auto-Update run-name: Auto-updating AWS-S3 bundles for ${{ github.event.pull_request.head.ref...

@copilot Update DataConnectors/AWS-S3/BUNDLE_AUTOMATION.md to reflect the latest. For instance. the ## Files Included in Bundles section still has a hardcoded list which will make the document obsolete if new files...

@copilot Update one of the files that should be bundled with a commented sanity check line to ensure that the latest contents are included in the zip, and test the...