Skip to content

Commit

Permalink
feat: allow labeling a PR on triage (#850)
Browse files Browse the repository at this point in the history
cdk8s-plus requires backport labels to be added on every PR (except automation PRs) so lets reuse the common triage workflow to do that, instead of creating a new one. Might be handy for other repositories as well.
  • Loading branch information
iliapolo authored Jun 6, 2024
1 parent 438863d commit b951709
Show file tree
Hide file tree
Showing 13 changed files with 589 additions and 18 deletions.
344 changes: 344 additions & 0 deletions API.md

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

1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './triage/triage';
Loading

0 comments on commit b951709

Please sign in to comment.