mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Merge branch 'master' into e2e_encryption_flag
This commit is contained in:
commit
d09b6dabd6
2
.github/auto_assign.yml
vendored
2
.github/auto_assign.yml
vendored
@ -2,7 +2,7 @@
|
|||||||
addReviewers: true
|
addReviewers: true
|
||||||
|
|
||||||
# Set to true to add assignees to pull requests
|
# Set to true to add assignees to pull requests
|
||||||
addAssignees: true
|
addAssignees: author
|
||||||
|
|
||||||
# A list of reviewers to be added to pull requests (GitHub user name)
|
# A list of reviewers to be added to pull requests (GitHub user name)
|
||||||
reviewers:
|
reviewers:
|
||||||
|
32
.github/config.yml
vendored
32
.github/config.yml
vendored
@ -1,32 +0,0 @@
|
|||||||
# Configuration for welcome - https://github.com/behaviorbot/welcome
|
|
||||||
|
|
||||||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
|
|
||||||
|
|
||||||
# Comment to be posted to on first time issues
|
|
||||||
newIssueWelcomeComment: >
|
|
||||||
Thanks for opening your first issue here! Be sure to follow the issue template!
|
|
||||||
|
|
||||||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
|
|
||||||
|
|
||||||
# Comment to be posted to on PRs from first time contributors in your repository
|
|
||||||
newPRWelcomeComment: >
|
|
||||||
Thanks for opening this pull request! Please check out our contributing guidelines.
|
|
||||||
|
|
||||||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
|
|
||||||
|
|
||||||
# Comment to be posted to on pull requests merged by a first time user
|
|
||||||
firstPRMergeComment: >
|
|
||||||
Congrats on merging your first pull request! We here at Symphony are proud of you!
|
|
||||||
|
|
||||||
# It is recommended to include as many gifs and emojis as possible!
|
|
||||||
|
|
||||||
## Trop (Backporting PRs) Configuration
|
|
||||||
watchedProject:
|
|
||||||
name: SymphonyElectron
|
|
||||||
|
|
||||||
# Users authorized to run manual trop backports
|
|
||||||
authorizedUsers:
|
|
||||||
- VishwasShashidhar
|
|
||||||
- KiranNiranjan
|
|
||||||
- johankwarnmarksymphony
|
|
||||||
- mattias-symphony
|
|
18
.github/semantic.yml
vendored
Normal file
18
.github/semantic.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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
|
8
.github/workflows/action.yml
vendored
Normal file
8
.github/workflows/action.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: 'Auto Assign'
|
||||||
|
on: pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
add-reviews:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: kentaro-m/auto-assign-action@v1.1.1
|
Loading…
Reference in New Issue
Block a user