forked from zadam/trilium-ckeditor5
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add special characters ckeditor#4119
- Loading branch information
Showing
5,755 changed files
with
80,735 additions
and
53,867 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/** | ||
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. | ||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license | ||
*/ | ||
|
||
/* eslint-env node */ | ||
/* eslint-disable max-len */ | ||
|
||
'use strict'; | ||
|
||
module.exports = { | ||
GITHUB_TOKEN: process.env.CKE5_GITHUB_TOKEN, | ||
REPOSITORY_SLUG: 'ckeditor/ckeditor5', | ||
DAYS_BEFORE_STALE: 365, | ||
DAYS_BEFORE_CLOSE: 30, | ||
IGNORED_ISSUE_LABELS: [ | ||
'support:1', | ||
'support:2', | ||
'support:3', | ||
'domain:accessibility' | ||
], | ||
IGNORED_PR_LABELS: [ | ||
'support:1', | ||
'support:2', | ||
'support:3', | ||
'domain:accessibility' | ||
], | ||
IGNORED_ACTIVITY_LABELS: [ | ||
'stale' | ||
], | ||
STALE_LABELS: [ | ||
'status:stale' | ||
], | ||
CLOSE_ISSUE_LABELS: [ | ||
'resolution:expired' | ||
], | ||
CLOSE_PR_LABELS: [ | ||
'resolution:expired' | ||
], | ||
STALE_ISSUE_MESSAGE: 'There has been no activity on this issue for the past year. We\'ve marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you\'re interested in the solution, leave a comment or reaction under this issue.', | ||
STALE_PR_MESSAGE: 'There has been no activity on this PR for the past year. We\'ve marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you\'re interested in the contribution, leave a comment or reaction under this PR.', | ||
CLOSE_ISSUE_MESSAGE: 'We\'ve closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).', | ||
CLOSE_PR_MESSAGE: 'We\'ve closed your PR due to inactivity over the last year. While time has passed, the core of your contribution might still be relevant. If you\'re able, consider reopening a similar PR.' | ||
}; |
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 |
---|---|---|
|
@@ -20,6 +20,9 @@ parameters: | |
isNightly: | ||
type: boolean | ||
default: false | ||
isStaleBot: | ||
type: boolean | ||
default: false | ||
|
||
orbs: | ||
continuation: circleci/[email protected] | ||
|
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
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,12 @@ | ||
--- | ||
name: "❓ Question" | ||
about: "Ask a question" | ||
title: '' | ||
labels: type:question | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 📝 Ask a question | ||
|
||
_What is your question? Please be as specific as possible to help us understand it._ |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.