mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 08:34:40 -06:00
remove unneeded github actions
This commit is contained in:
parent
afa2e01da6
commit
74cb527690
18
.github/semantic.yml
vendored
18
.github/semantic.yml
vendored
@ -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
|
17
.github/workflows/jira-description.yml
vendored
17
.github/workflows/jira-description.yml
vendored
@ -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+)$'
|
18
.github/workflows/stats.yml
vendored
18
.github/workflows/stats.yml
vendored
@ -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'
|
Loading…
Reference in New Issue
Block a user