Jongwoo Han
f6a9b6accf
Use cache in check-dist.yml
...
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2022-12-07 00:59:54 +09:00
Iván Reinoso García
65b52aff67
Allow daysBeforeStale options to be float ( #841 )
...
* feat: allow daysBeforeStale options to be float
* update dist
2022-10-19 12:08:31 +02:00
Francesco Renzi
0d6f830071
Update changelog for 6.0.1
2022-10-07 11:12:02 +01:00
Francesco Renzi
b909bf8927
Merge pull request #839 from actions/rentziass/update-actions-core
...
Update @actions/core to 1.10.0
2022-10-07 11:05:38 +01:00
Francesco Renzi
5ebf00ea0e
Update @actions/core to 1.10.0
2022-10-06 12:19:32 +01:00
Luke Tomlinson
3de2653986
Update changelog for v6.0.0 ( #829 )
...
* Update changelog for v6.0.0
* whitespace
2022-09-21 14:54:43 -04:00
David Allison
02e44c81cc
fix(options)!: Make `not_planned` the default `close-issue-reason` ( #807 )
...
* docs: add source for default testing options
* fix(options)!: Default to 'Close as not planned'
GitHub introduced an additional close reason 'Close as not planned':
https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update/
'stale' is a use case for this close reason
Fixes #789
BREAKING CHANGE:
`close-issue-reason` defaults to `not_planned` (previously: ``
which defaulted to `completed`)
This closes the issue as 'not planned' on GitHub rather than 'completed'
See: https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update
2022-09-20 14:01:22 -04:00
JoannaaKL
99b6c70959
Add include-only-assigned to the action.yml ( #824 )
2022-09-12 17:39:44 +02:00
Luke Tomlinson
8e8a0e6680
[Bugfix-795] Fix date comparison edge case ( #816 )
...
* Fix updatedAt and markedStaleOn date comparison
* Delete accidental file
* Refactor
* Cleanup
* cleanup
2022-09-12 09:38:46 -04:00
JoannaaKL
80962c1062
Update README.md ( #821 )
...
* Update README.md
* Update README.md
Co-authored-by: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com>
Co-authored-by: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com>
2022-09-12 14:41:28 +02:00
JoannaaKL
3e4418e47e
Issue 596/include only assigned ( #817 )
...
* Add new 'include-only-assigned' option
If set, only issues containing assignees will be processed
* Test new flag
* Update code comment
* Update src/classes/issues-processor.ts
Co-authored-by: Francesco Renzi <rentziass@github.com>
* Update index.js with typo fix
Co-authored-by: Francesco Renzi <rentziass@github.com>
2022-09-12 13:20:57 +02:00
Luke Tomlinson
33e37032bb
Update actions core to 1.9.1 ( #812 )
...
* Update @actions/core to 1.9.1
* Update dist/
* Fix conflicts
2022-09-07 11:23:27 -04:00
Luke Tomlinson
97911cb595
Update package.lock version ( #811 )
2022-09-07 11:17:21 -04:00
Dan Pavlov
65afee970e
docs(readme): add missing permission for delete-branch option in readme ( #796 )
2022-09-07 11:16:55 -04:00
dependabot[bot]
48bae5932f
build(deps): bump actions/setup-node from 1 to 3 ( #761 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-29 16:28:44 -04:00
Luke Tomlinson
2b58cc900f
Fix issue when days-before-close is more than days-before-stale ( #775 )
2022-07-25 09:24:15 -04:00
Luke Tomlinson
532554b8a8
update Changelog
2022-07-15 09:08:35 -04:00
Zhongxiang Wang
aaab997cce
fix(options): add missing `close-issue-reason` option ( #772 )
2022-07-11 13:49:18 -04:00
timsu92
136efb520f
docs: update example with new version of stale ( #765 )
2022-06-24 10:09:05 -04:00
Jacob Bandes-Storch
06d2a3904b
Add close-issue-reason option ( #764 )
...
* Add close-as-not-planned option
* update readme
* add to Option enum
* improve wording
* npm run pack
* updates from review
* fix tests and improve error message
* fix readme order
2022-06-23 17:43:36 -04:00
0x5c
29e800e1c8
Remove stale when updated without comment ( #717 )
...
The existing logic for `remove-stale-when-updated` only considers presence of
comments, ignoring the value of `issueHasUpdate`.
This commits fixes it so it follows the documented behaviour for that setting.
Fixes #715
2022-06-20 15:38:43 -04:00
dependabot[bot]
6b7f9717b7
build(deps): bump github/codeql-action from 1 to 2 ( #760 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 13:50:11 -04:00
Luke Tomlinson
6c298b192c
Update CONTRIBUTING.md
2022-06-20 13:49:18 -04:00
Luke Tomlinson
c048b97ed3
Update CONTRIBUTING.md
2022-06-20 13:48:36 -04:00
dependabot[bot]
71b06d0194
build(deps): bump actions/upload-artifact from 2 to 3 ( #762 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 13:44:43 -04:00
dependabot[bot]
7bb514d8f8
build(deps): bump actions/checkout from 2 to 3 ( #763 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 13:43:45 -04:00
Adam Stachowicz
a78f1809b1
Fix spaces in `issues-processor.ts` ( #748 )
...
* Fix spaces in `issues-processor.ts`
* `npm run build` and `npm run pack`
2022-06-20 13:43:08 -04:00
Cory Miller
e577b690d3
Merge pull request #733 from flaxel/main
...
🔧 Add GitHub Actions Dependabot
2022-06-20 13:22:54 -04:00
Cory Miller
736a97ebc6
Merge branch 'main' into main
2022-06-20 13:19:34 -04:00
Parker Brown
b9ccbf0648
Change NPM version update interval (daily → weekly)
...
Checking daily results in a lot of closed PRs because new PRs supersede them before they are reviewed and merged.
2022-06-20 13:03:36 -04:00
Falk Puschner
69c1cc9976
🚨 fix lint issue
2022-06-13 21:47:14 +02:00
Falk Puschner
8c947ce781
🎨 change interval
...
Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
2022-06-13 21:44:08 +02:00
Falk Puschner
4b36ad56cb
💚 run prettier
2022-05-11 13:00:09 +02:00
Falk Puschner
64112b01cc
🎨 fix yaml
2022-05-11 12:38:17 +02:00
Falk Puschner
d693f556ca
🎨 improve dependabot
2022-05-11 12:36:54 +02:00
Luke Tomlinson
65d24b7092
Don't process a stale issue in the same run it's marked stale ( #696 )
2022-04-29 10:07:39 -04:00
dependabot[bot]
57708ae6dd
build(deps): bump ajv from 6.12.0 to 6.12.6 ( #675 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 15:43:31 -04:00
Luke Tomlinson
a88f7b30b9
Update @actions/github to 5.0.1 ( #707 )
...
* Update github package
* Update dist
* Use @actions/github@5.0.1
* Cleanup
* More cleanup
2022-03-31 15:38:16 -04:00
dependabot[bot]
74dfff0835
build(deps): bump minimist from 1.2.5 to 1.2.6 ( #700 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 09:18:49 -04:00
Thomas Boop
3cc1237663
Merge pull request #670 from actions/thboop/node16upgrade
...
Update default runtime to node16
2022-02-28 16:18:50 -05:00
Thomas Boop
76e9fbc6ae
update node version
2022-02-10 14:40:59 -05:00
Thomas Boop
6467b96231
Update default runtime to node16
...
Node 12 has an end of life on April 30, 2022.
This PR updates the default runtime to [node16](https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/ ), rather then node12.
This is supported on all Actions Runners v2.285.0 or later.
2022-02-07 14:05:30 -05:00
dependabot[bot]
8af60513da
build(deps-dev): bump jest-circus from 27.2.0 to 27.4.6 ( #665 )
...
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 27.2.0 to 27.4.6.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.4.6/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-04 09:55:05 -05:00
m.bell
7a7efcae1f
Fix per issue operation count ( #662 )
...
* Fix per issue operation count
* Run pack
2022-02-04 09:54:35 -05:00
dependabot[bot]
04a1828bc1
build(deps-dev): bump ts-jest from 27.0.5 to 27.1.2 ( #641 )
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 27.0.5 to 27.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.1.2 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-29 19:52:14 +03:00
dependabot[bot]
65ca3956bd
build(deps-dev): bump eslint-plugin-jest from 24.4.2 to 25.3.2 ( #639 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 24.4.2 to 25.3.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.2...v25.3.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-29 16:55:51 +03:00
dependabot[bot]
eee276c280
build(deps-dev): bump prettier from 2.4.1 to 2.5.1 ( #628 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-29 14:23:59 +03:00
MaksimZhukov
6c2f9f3f54
Merge pull request #640 from dmitry-shibanov/v-dmshib/fix-check-dist
...
Fix check-dist.yml
2021-12-29 13:36:23 +03:00
Dmitry Shibanov
37323f14dd
fix check-dist.yml
2021-12-29 12:56:54 +03:00
Luke Tomlinson
3be940e59b
Merge pull request #627 from actions/prep-release
...
Bump release to 4.1.0
2021-12-10 15:00:13 -05:00