Commit Graph

134 Commits

Author SHA1 Message Date
Bibo-Joshi
5f858e3efb Add only-issue-types option to filter issues by type (#1255)
* Add `only-issue-types` Option to Filter Issues by Type

* white-space fix in readme table

Co-authored-by: andig <cpuidle@gmail.com>

---------

Co-authored-by: andig <cpuidle@gmail.com>
2025-10-03 14:57:41 -04:00
gowridurgad
8f717f0dfc Bumps form-data (#1277)
Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
2025-07-31 15:54:37 -05:00
dependabot[bot]
a92fd57ffe build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)
* build(deps): bump undici from 5.28.5 to 5.29.0

Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 5.29.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* check failure fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chiranjib-swain <chiranjib-swain@github.com>
2025-07-29 11:45:08 -05:00
suyashgaonkar
128b2c81d0 Introducing sort-by option (#1254)
* sort-issues-by introduced

* action.yml updated

* pushing the build code

* Update action.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README.md for the new parameter (sort-issues-by)

* minor text format changes in README.md

* final draft of sort-issues-by

* Update src/interfaces/issues-processor-options.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/classes/issues-processor.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* refactored the code

* test

* test

* final changes

* update in README.md

* Documentation update

* updated sort-issues-by to sort-by

* minor changes

* dist fixes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-10 22:30:19 -05:00
suyashgaonkar
816d9db1ab Upgrade @action/cache from 4.0.2 to 4.0.3 (#1233) 2025-04-08 22:02:34 -05:00
aparnajyothi-y
ba23c1cb02 upgrade actions/cache from 4.0.0 to 4.0.2 (#1226) 2025-03-25 11:18:59 -05:00
dependabot[bot]
a65e88a9b9 build(deps): bump undici from 5.28.4 to 5.28.5 (#1201)
* build(deps): bump undici from 5.28.4 to 5.28.5

Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix check failures

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
2025-03-25 10:51:39 -05:00
dependabot[bot]
5bef64f19d build(deps): bump @actions/cache from 3.2.2 to 4.0.0 (#1194)
* build(deps): bump @actions/cache from 3.2.2 to 4.0.0

Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.2.2 to 4.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/cache)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix-check failures

* check failure fix

* fix

* fix - licensed check failures

* license update

* license update

* license update

* licensed review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
2025-01-16 15:01:00 -06:00
dependabot[bot]
f04443dce3 build(deps): bump @actions/core from 1.10.1 to 1.11.1 (#1191)
* build(deps): bump @actions/core from 1.10.1 to 1.11.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix for check failures

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
2024-12-17 12:42:20 -06:00
HarithaVattikuti
bbf3da5f64 resolve check failures 2024-09-24 14:07:38 -05:00
aparnajyothi-y
28ca103628 Upgrade Node to v20 (#1110)
* Upgrade to v20

* Fix for failed checks

* Fix for failed checks

* 8.0.0

* Packages degraded to older version

* licensed update

* format-check

* Updated the logic

* Format-check

* 9.0.0
2023-12-07 17:48:34 +05:30
Sergey Dolin
8986f6218b Don not try to delete cache if it does not exists 2023-08-22 11:20:20 +02:00
Sergey Dolin
dbb041abe2 Fix spelling 2023-07-27 07:16:19 +02:00
Sergey Dolin
19b0faf982 do not restore if caches does not exist 2023-07-21 13:21:36 +02:00
Sergey Dolin
4b8e745923 Add RateLimit 2023-07-11 09:36:52 +02:00
Sergey Dolin
a5472823b9 fix dependencies 2023-07-05 17:16:02 +02:00
Sergey Dolin
8f54fa9cb2 remove internal API client 2023-07-05 16:46:04 +02:00
Sergey Dolin
ef7b227095 use highlevel actions cache api for restore 2023-07-05 16:42:40 +02:00
Sergey Dolin
caeb593a24 use highlevel actions cache api for save 2023-07-05 16:38:08 +02:00
Sergey Dolin
d8dfea6c6d use highlevel actions cache api with key-prefix 2023-07-05 10:43:19 +02:00
Sergey Dolin
19f709fe58 use highlevel actions cache api 2023-07-05 10:37:35 +02:00
Sergey Dolin
56c9f4224b Rename createHttpClient to createActionsCacheClient 2023-07-05 09:53:06 +02:00
Sergey Dolin
a9c16cbf4d Rename ActionCache to ActionsCache 2023-07-04 18:29:58 +02:00
Sergey Dolin
765f3db869 Add integration tests 2023-07-03 20:25:25 +02:00
Sergey Dolin
57aa6deac4 Add integration tests 2023-07-03 15:07:52 +02:00
Sergey Dolin
fa4dca37f7 Add unit tests 2023-07-02 11:01:29 +02:00
Sergey Dolin
ab422d01a2 Use cache instead of artifacts 2023-06-30 10:15:37 +02:00
Sergey Dolin
c7d43763bf Use cache instead of artifacts 2023-06-23 21:29:53 +02:00
Sergey Dolin
6e0ace4210 Add logging 2023-06-23 09:23:17 +02:00
Sergey Dolin
e953c7f258 Add logging 2023-06-23 09:21:22 +02:00
Sergey Dolin
1e059ce975 Do not mutate state in debug mode 2023-06-23 09:12:13 +02:00
Sergey Dolin
650b0fa951 Handle error during rehydration & persistings 2023-06-22 14:36:24 +02:00
Sergey Dolin
eae709c29e fix artifact 2023-06-22 14:08:18 +02:00
Sergey Dolin
79fe616082 Add state 2023-06-22 13:54:24 +02:00
Sergey Dolin
51c18470e1 optimize pull request 2023-06-19 22:32:23 +02:00
Ivan
03af7c36d3 Cumulative update of dependencies (#987)
* Update deps

* Update licenses
2023-04-12 16:23:03 +02:00
Milos Pantic
52903732a4 Rebuild dist after rebase 2023-03-21 23:39:03 +01:00
Milos Pantic
75d4d955ac Remove labels on stale (#959) 2023-03-21 14:11:19 +01:00
Sergey Dolin
1226ccf00a Resolve conflicts 2023-03-13 19:39:37 +01:00
Sergey Dolin
fd837a17e5 Resolve changes requests 2023-03-13 19:39:37 +01:00
Sergey Dolin
b5b320bc53 fix licenses 2023-03-13 19:39:37 +01:00
Sergey Dolin
6bc202284c abort the build on the error 2023-03-13 19:35:42 +01:00
Ivan
47a58a6ddf Configure ESLint and update configuration for Prettier (#949)
* Update ESLint and Prettier configurations

* Rebuild action

* Update package.json
2023-03-09 14:57:55 +02:00
Sergey Dolin
c4a13d8dca Merge pull request #913 from akv-platform/v-sdolin/push-ref
Skip deleting the branch in the upstream of a forked repo
2023-01-26 08:58:51 +01:00
Sergey Dolin
c933d5be9d Build dist 2023-01-24 07:40:40 +00:00
Ivan
a8c816994c Bump npm dependencies (#915)
* Update dependencies

* Update semver dependency license
2023-01-17 10:54:58 +02:00
IvanZosimov
5325f2f14e Merge branch 'main' into apply-reusable-workflows 2022-12-22 10:00:56 +01:00
John Sudol
eed91cbd05 Update how stale handles exempt items (#874) 2022-12-20 15:35:06 -05:00
IvanZosimov
aab1763e57 Update npm all:ci script 2022-12-19 14:24:45 +01: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