Skip to content

Commit

Permalink
chore: update workflow (#31)
Browse files Browse the repository at this point in the history
* update

* config updates

---------

Co-authored-by: Michael Haken <[email protected]>
  • Loading branch information
hakenmt and Michael Haken authored Dec 16, 2024
1 parent 81dcbf8 commit 906f2ec
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ const project = new CdklabsConstructLibrary ({
'aws-cdk-lib',
'cdk-nag'
],
private: false,
npmAccess: javascript.NpmAccess.PUBLIC,
license: 'Apache-2.0',
githubOptions: {
mergify: true,
mergeQueue: true
},
autoMerge: true,
autoApproveUpgrades: true,
autoApproveOptions: {
allowedUsernames: ['cdklabs-automation'],
allowedUsernames: ['cdklabs-automation', "hakenmt"],
},
eslint: false,
eslintOptions: {
Expand Down Expand Up @@ -259,7 +261,9 @@ project.tasks.tryFind('release')?.updateStep(4, {
project.github
?.tryFindWorkflow('release')
?.file?.patch(JsonPatch.remove('/jobs/release_pypi/steps/1'));
project.synth();
project.github
?.tryFindWorkflow('release')
?.file?.patch(JsonPatch.add('/jobs/release_maven/steps/2', {"name": " Install gpg-agent", "run": "sudo dnf install --allowerasing gnupg2"}));

project.github
?.tryFindWorkflow('build')
Expand Down
3 changes: 0 additions & 3 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 906f2ec

Please sign in to comment.