diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 898b2b0..96ceb1a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @carabao-capital/auth-engineer \ No newline at end of file +* @itsmechlark \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2137170..76610eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,11 @@ updates: timezone: 'Asia/Manila' open-pull-requests-limit: 99 commit-message: - prefix: "feat(deps):" - prefix-development: "chore(deps):" - include: "scope" + prefix: 'feat(deps):' + prefix-development: 'chore(deps):' + include: 'scope' - - package-ecosystem: 'github-actions' + - package-ecosystem: github-actions directory: '/' open-pull-requests-limit: 10 schedule: @@ -21,6 +21,6 @@ updates: time: '20:00' timezone: 'Asia/Manila' commit-message: - prefix: "ci(deps):" - prefix-development: "ci(deps-dev):" - include: "scope" + prefix: 'ci(deps):' + prefix-development: 'ci(deps-dev):' + include: 'scope' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06e3fb3..844f320 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} release-type: ruby version-file: lib/devise/auth0/version.rb - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"test","section":"Tests","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"ci","section":"Miscellaneous","hidden":false}]' + changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"docs","section":"Documentation","hidden":true},{"type":"test","section":"Tests","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"ci","section":"Miscellaneous","hidden":true}]' - name: Push to Release Branch if: ${{ steps.release.outputs.release_created }}