Skip to content

Commit

Permalink
chore: enable backporting to v2-main (#165)
Browse files Browse the repository at this point in the history
Fixes #

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
rix0rrr and github-actions authored Nov 6, 2024
1 parent 412b544 commit d8b9d25
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .backportrc.json

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

2 changes: 2 additions & 0 deletions .gitattributes

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

29 changes: 29 additions & 0 deletions .github/workflows/backport.yml

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

2 changes: 2 additions & 0 deletions .gitignore

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

1 change: 1 addition & 0 deletions .npmignore

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

2 changes: 2 additions & 0 deletions .projen/files.json

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

5 changes: 4 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { typescript } from 'projen';
import { github, typescript } from 'projen';
const project = new typescript.TypeScriptProject({
name: 'cdk-assets',
projenrcTs: true,
Expand Down Expand Up @@ -140,4 +140,7 @@ project.eslint?.addRules({
'@cdklabs/promiseall-no-unbounded-parallelism': ['error'],
});

// Allow PR backports to all releasable branches
new github.PullRequestBackport(project);

project.synth();

0 comments on commit d8b9d25

Please sign in to comment.