Skip to content

Commit

Permalink
Initial commit of the "ckeditor5-dev-stale-bot" package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Nov 24, 2023
1 parent 9af6bab commit 8c8779e
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ckeditor5-dev-stale-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 16 additions & 0 deletions packages/ckeditor5-dev-stale-bot/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions packages/ckeditor5-dev-stale-bot/README.md
Original file line number Diff line number Diff line change
@@ -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: <https://github.com/ckeditor/ckeditor5-dev>.

## 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.
8 changes: 8 additions & 0 deletions packages/ckeditor5-dev-stale-bot/bin/stale-bot.js
Original file line number Diff line number Diff line change
@@ -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';

/* ... */
Empty file.
28 changes: 28 additions & 0 deletions packages/ckeditor5-dev-stale-bot/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Empty file.

0 comments on commit 8c8779e

Please sign in to comment.