diff --git a/packages/ckeditor5-dev-stale-bot/CHANGELOG.md b/packages/ckeditor5-dev-stale-bot/CHANGELOG.md new file mode 100644 index 000000000..2cc0cf250 --- /dev/null +++ b/packages/ckeditor5-dev-stale-bot/CHANGELOG.md @@ -0,0 +1,4 @@ +Changelog +========= + +All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5-dev/blob/master/CHANGELOG.md. diff --git a/packages/ckeditor5-dev-stale-bot/LICENSE.md b/packages/ckeditor5-dev-stale-bot/LICENSE.md new file mode 100644 index 000000000..95ebd7255 --- /dev/null +++ b/packages/ckeditor5-dev-stale-bot/LICENSE.md @@ -0,0 +1,16 @@ +Software License Agreement +========================== + +Copyright (c) 2003-2023, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved. + +Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). + +Sources of Intellectual Property Included in CKEditor +----------------------------------------------------- + +Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +**CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. diff --git a/packages/ckeditor5-dev-stale-bot/README.md b/packages/ckeditor5-dev-stale-bot/README.md new file mode 100644 index 000000000..f8fd0f937 --- /dev/null +++ b/packages/ckeditor5-dev-stale-bot/README.md @@ -0,0 +1,17 @@ +CKEditor 5 Stale bot +==================== + +[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-stale-bot.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-stale-bot) +[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5-dev.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5-dev?branch=master) + +A stale bot is used to mark issues and pull requests that have not recently been updated. + +More information about development tools packages can be found at the following URL: . + +## Changelog + +See the [`CHANGELOG.md`](https://github.com/ckeditor/ckeditor5-dev/blob/master/packages/ckeditor5-dev-stale-bot/CHANGELOG.md) file. + +## License + +Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file. diff --git a/packages/ckeditor5-dev-stale-bot/bin/stale-bot.js b/packages/ckeditor5-dev-stale-bot/bin/stale-bot.js new file mode 100755 index 000000000..f265c4080 --- /dev/null +++ b/packages/ckeditor5-dev-stale-bot/bin/stale-bot.js @@ -0,0 +1,8 @@ +/** + * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md. + */ + +'use strict'; + +/* ... */ diff --git a/packages/ckeditor5-dev-stale-bot/lib/.gitkeep b/packages/ckeditor5-dev-stale-bot/lib/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/packages/ckeditor5-dev-stale-bot/package.json b/packages/ckeditor5-dev-stale-bot/package.json new file mode 100644 index 000000000..68448a3a3 --- /dev/null +++ b/packages/ckeditor5-dev-stale-bot/package.json @@ -0,0 +1,28 @@ +{ + "name": "@ckeditor/ckeditor5-dev-stale-bot", + "version": "0.0.1", + "description": "A stale bot is used to mark issues and pull requests that have not recently been updated.", + "keywords": [], + "dependencies": {}, + "devDependencies": {}, + "engines": { + "node": ">=18.0.0", + "npm": ">=5.7.1" + }, + "files": [ + "bin", + "lib" + ], + "bin": { + "ckeditor5-dev-stale-bot": "bin/stale-bot.js" + }, + "author": "CKSource (http://cksource.com/)", + "license": "GPL-2.0-or-later", + "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-stale-bot", + "bugs": "https://github.com/ckeditor/ckeditor5/issues", + "repository": { + "type": "git", + "url": "https://github.com/ckeditor/ckeditor5-dev.git", + "directory": "packages/ckeditor5-dev-stale-bot" + } +} diff --git a/packages/ckeditor5-dev-stale-bot/tests/.gitkeep b/packages/ckeditor5-dev-stale-bot/tests/.gitkeep new file mode 100644 index 000000000..e69de29bb