forked from theme-next/hexo-theme-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
* upstream/master: (65 commits) fix theme-next#815 (theme-next#828) Update IPC url (theme-next#827) List items appeared correctly in mobile with `mobile_layout_economy` option (theme-next#817) New translations en.yml (French) (theme-next#819) Improve French translation (theme-next#818) Fix wrong sidebar style on mobile (theme-next#808) Delete inactive reviewer New translations en.yml (Spanish) (theme-next#806) CSS bug in Codeblock if string longer than viewport (theme-next#803) Commented Project Temporairly turn off Project checking Disable Projects compairing Fix `vv` for Release Drafter Spanish translation (theme-next#801) Optimize images (theme-next#802) Release v7.1.0 Change Algolia link in config Reduce reviewers for remove scrolling in PR's (theme-next#797) Disable add Assigners in Auto Assign bot (theme-next#795) Bug Fix: PDF won't display in particular situation (theme-next#794) ...
- Loading branch information
Showing
120 changed files
with
1,111 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Configuration for Auto Assign - https://github.com/kentaro-m/auto-assign | ||
|
||
# Set to true to add reviewers to pull requests | ||
addReviewers: true | ||
|
||
# Set to true to add assignees to pull requests | ||
addAssignees: false | ||
|
||
# A list of reviewers to be added to pull requests (GitHub user name) | ||
reviewers: | ||
- ivan-nginx | ||
- maple3142 | ||
- sli1989 | ||
- stevenjoezhang | ||
|
||
# A number of reviewers added to the pull request | ||
# Set 0 to add all the reviewers (default: 0) | ||
numberOfReviewers: 0 | ||
|
||
# A list of keywords to be skipped the process that add reviewers if pull requests include it | ||
skipKeywords: | ||
- wip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# =============================================================================================== # | ||
# Configuration for welcome - https://github.com/behaviorbot/welcome | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: > | ||
Thanks for opening this issue, maintainers will get back to you as soon as possible! | ||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: > | ||
Thanks so much for opening your first PR here! | ||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Congrats on merging your first pull request here! :tada: How awesome! | ||
# =============================================================================================== # | ||
# Configuration for request-info - https://github.com/behaviorbot/request-info | ||
|
||
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given | ||
requestInfoLabelToAdd: Need More Info | ||
|
||
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on | ||
# keys must be GitHub usernames | ||
requestInfoUserstoExclude: | ||
- 1v9 | ||
- Acris | ||
- flashlab | ||
- geekrainy | ||
- iissnan | ||
- ivan-nginx | ||
- JiangTJ | ||
- LEAFERx | ||
- liolok | ||
- maple3142 | ||
- Raincal | ||
- sli1989 | ||
- stevenjoezhang | ||
- tsanie | ||
- wafer-li | ||
|
||
# =============================================================================================== # | ||
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot | ||
|
||
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic | ||
# Anything higher than this threshold will be marked as toxic and commented on | ||
sentimentBotToxicityThreshold: .6 | ||
|
||
# *Required* Comment to reply with | ||
sentimentBotReplyComment: > | ||
Please be sure to review the [code of conduct](https://github.com/theme-next/hexo-theme-next/blob/master/.github/code-of-conduct.md) and be respectful of other users. cc/ @theme-next/next | ||
# =============================================================================================== # | ||
lockThreads: | ||
toxicityThreshold: .7 | ||
numComments: 2 | ||
setTimeInHours: 72 | ||
replyComment: > | ||
This thread is being locked due to exceeding the toxicity minimums. cc/ @theme-next/next | ||
# =============================================================================================== # | ||
# Configuration for todo-bot - https://github.com/JasonEtco/todo | ||
todo: | ||
label: 'π To-Do' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Configuration for ESLint Disable Watcher - https://github.com/koddsson/eslint-disable-probot | ||
|
||
# Change this to set the number of comments the watcher should comment on a given PR. | ||
commentLimit: 10 | ||
# The message the bot will post on any lines containing a eslint disable comment. | ||
commentMessage: Please don't disable eslint rules :pray: | ||
# A optional regular expression that will match against the branch name and not comment on it if it matches. | ||
skipBranchMatching: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Configuration for Lock Threads - https://github.com/dessant/lock-threads | ||
|
||
# Number of days of inactivity before a closed issue or pull request is locked | ||
daysUntilLock: 365 | ||
|
||
# Skip issues and pull requests created before a given timestamp. Timestamp must | ||
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable | ||
skipCreatedBefore: false | ||
|
||
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable | ||
exemptLabels: | ||
- backlog | ||
|
||
# Label to add before locking, such as `outdated`. Set to `false` to disable | ||
lockLabel: π Locked | ||
|
||
# Comment to post before locking. Set to `false` to disable | ||
lockComment: > | ||
This thread has been automatically locked since there has not been | ||
any recent activity after it was closed. It is possible issue was | ||
solved or at least outdated. Feel free to open new for related bugs. | ||
# Assign `resolved` as the reason for locking. Set to `false` to disable | ||
setLockReason: true | ||
|
||
# Limit to only `issues` or `pulls` | ||
only: issues | ||
|
||
# Optionally, specify configuration settings just for `issues` or `pulls` | ||
# issues: | ||
# exemptLabels: | ||
# - help-wanted | ||
# lockLabel: outdated | ||
|
||
# pulls: | ||
# daysUntilLock: 30 | ||
|
||
# Repository to extend settings from | ||
# _extends: repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Configuration for Mergeable - https://github.com/jusx/mergeable | ||
|
||
version: 2 | ||
mergeable: | ||
- when: pull_request.* | ||
validate: | ||
- do: description | ||
no_empty: | ||
enabled: false | ||
|
||
- do: title | ||
must_exclude: | ||
regex: ^\[WIP\] | ||
|
||
- do: label | ||
must_include: | ||
regex: 'feat|imp|fix|doc|i18n' | ||
must_exclude: | ||
regex: 'wip|work in progress' | ||
|
||
#- do: project | ||
# no_empty: | ||
# enabled: true | ||
# must_include: | ||
# regex: 'feat|imp|fix|doc|loc' | ||
|
||
- do: milestone | ||
no_empty: | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Configuration for Release Drafter - https://github.com/toolmantim/release-drafter | ||
|
||
name-template: v$NEXT_MINOR_VERSION | ||
tag-template: v$NEXT_MINOR_VERSION | ||
categories: | ||
- title: π₯ Breaking Changes | ||
label: Breaking Change | ||
|
||
- title: π New Features | ||
label: New Feature | ||
|
||
- title: β Features | ||
label: Feature | ||
|
||
- title: π Improvements | ||
label: Improvement | ||
|
||
- title: π Bug Fixes | ||
label: Bug Fix | ||
|
||
- title: π Documentation | ||
label: Docs | ||
|
||
- title: π Localization | ||
label: i18n | ||
|
||
change-template: '- $TITLE (#$NUMBER)' | ||
no-changes-template: '- No changes' | ||
template: | | ||
$CHANGES | ||
*** | ||
For full changes, see the [comparison between $PREVIOUS_TAG and v$NEXT_MINOR_VERSION](https://github.com/theme-next/hexo-theme-next/compare/v$PREVIOUS_TAG...v$NEXT_MINOR_VERSION) |
Oops, something went wrong.