mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-27 21:23:48 +00:00
feat: pull request backporting
feat: backport still open pull requests
This commit is contained in:
commit
b3936e019a
53 changed files with 48467 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
.env
|
||||
node_modules/
|
||||
*.code-workspace
|
||||
locally_execution/**/*
|
||||
test/**/_temp/**/*
|
||||
yarn.lock
|
||||
coverage/
|
||||
test-report.xml
|
||||
.idea/
|
||||
.vscode/
|
||||
build/
|
||||
# dist/
|
Loading…
Add table
Add a link
Reference in a new issue