Merge branch 'master' into e2e_encryption_flag

This commit is contained in:
Johan Kwarnmark 2020-07-29 10:54:44 +02:00 committed by GitHub
commit d09b6dabd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 33 deletions

View File

@ -2,7 +2,7 @@
addReviewers: true
# 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)
reviewers:

32
.github/config.yml vendored
View File

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