Skip to content

Commit

Permalink
chore: enable backporting to v2-main
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Nov 6, 2024
1 parent 412b544 commit 2f3b196
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 3 deletions.
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.

2 changes: 1 addition & 1 deletion .github/workflows/auto-queue.yml

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.

2 changes: 1 addition & 1 deletion .projen/tasks.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 2f3b196

Please sign in to comment.