remove unneeded github actions

This commit is contained in:
Vishwas Shashidhar 2021-01-29 11:31:59 +05:30
parent afa2e01da6
commit 74cb527690
3 changed files with 0 additions and 53 deletions

18
.github/semantic.yml vendored
View File

@ -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

View File

@ -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+)$'

View File

@ -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'