8000 draft release for v7.0.0 (#888) · actions/stale@6f05e42 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f05e42

Browse files
authored
draft release for v7.0.0 (#888)
1 parent eed91cb commit 6f05e42

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# [7.0.0]
4+
5+
:warning: Breaking change :warning:
6+
7+
* Allow daysBeforeStale options to be float by @irega in https://github.com/actions/stale/pull/841
8+
* Use cache in check-dist.yml by @jongwooo in https://github.com/actions/stale/pull/876
9+
* fix print outputs step in existing workflows by @irega in https://github.com/actions/stale/pull/859
10+
* Update issue and PR templates, add/delete workflow files by @IvanZosimov in https://github.com/actions/stale/pull/880
11+
* Update how stale handles exempt items by @johnsudol in https://github.com/actions/stale/pull/874
12+
313
# [6.0.1]
414

515
Update @actions/core to v1.10.0 ([#839](https://github.com/actions/stale/pull/839))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stale-action",
3-
"version": "2.0.0",
3+
"version": "7.0.0",
44
"private": true,
55
"description": "Marks old issues and PRs as stale",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)
0