diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 3ea9a37d4a..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ - - -#### What is it? -- [ ] Bugfix -- [ ] Feature -- [ ] Codebase improvement - -#### Description of the changes in your PR - -- Updated colors -- Update strings -- Added documentation - -#### Before/After Screenshots/Screen Record - -- Before: -- After: - -#### Fixes the following issue(s) - -- Fixes FossifyOrg/ - -#### Relies on the following changes - -- - -#### Acknowledgement -- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/Commons/blob/master/CONTRIBUTING.md). diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cb2a8bc2de..98037624e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,8 +26,6 @@ updates: prefix: "chore" prefix-development: "chore" include: "scope" - assignees: - - "naveensingh" - package-ecosystem: "github-actions" directory: "/" @@ -37,5 +35,3 @@ updates: prefix: "chore" prefix-development: "chore" include: "scope" - assignees: - - "naveensingh" diff --git a/.github/workflows/release-commenter.yml b/.github/workflows/release-commenter.yml deleted file mode 100644 index c0cc773850..0000000000 --- a/.github/workflows/release-commenter.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Release Commenter - -on: - release: - types: [published] - -jobs: - call-release-commenter: - uses: FossifyOrg/.github/.github/workflows/release-commenter.yml@main - secrets: inherit diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..be4069a044 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @naveensingh \ No newline at end of file