diff --git a/.github/semantic.yml b/.github/semantic.yml deleted file mode 100644 index 8d5fcec7..00000000 --- a/.github/semantic.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Always validate the PR title, and ignore the commits -titleOnly: true - -# By default types specified in commitizen/conventional-commit-types is used. -# See: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json -# You can override the valid types -types: - - feat - - fix - - docs - - style - - refactor - - perf - - test - - build - - ci - - chore - - revert diff --git a/.github/workflows/jira-description.yml b/.github/workflows/jira-description.yml deleted file mode 100644 index fc019c29..00000000 --- a/.github/workflows/jira-description.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: JIRA Description - -on: - pull_request_target: - types: [opened, edited] - -jobs: - add-jira-description: - runs-on: ubuntu-latest - steps: - - uses: alvisetrevisan/jira-details-action@master - name: jira-description-action - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - jira-token: ${{ secrets.JIRA_TOKEN }} - jira-base-url: https://perzoinc.atlassian.net - skip-branches: '^(production-release|master|release\/v\d+)$' diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml deleted file mode 100644 index 94439ac8..00000000 --- a/.github/workflows/stats.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Pull Request Stats - -on: - pull_request_target: - types: [opened] - -jobs: - stats: - runs-on: ubuntu-latest - steps: - - name: Run pull request stats - uses: flowwer-dev/pull-request-stats@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - repositories: 'symphonyoss/SymphonyElectron' - period: 90 - charts: true - sort-by: 'COMMENTS'