Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @aamoghS
11 changes: 11 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
feature:
- head-branch: ['^feature/', '^feat/', '^enhancement/']
bug:
- head-branch: ['^bug/', '^fix/', '^hotfix/']
chore:
- head-branch: ['^chore/', '^task/']
documentation:
- head-branch: ['^doc/', '^docs/']
dependencies:
- changed-files:
- any-glob-to-any-file: ['package.json', 'package-lock.json', 'pnpm-lock.yaml']
9 changes: 1 addition & 8 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
version: "1"
rules:
- base: main
upstream: DataScience-GT:main
mergeMethod: hardreset
mergeUnstable: true
upstream: dev
reviewers:
- aamoghS

- base: dev
upstream: main
assignees:
- aamoghS
reviewers:
- aamoghS
conflictReviewers:
- aamoghS

Expand Down
Loading
Loading