Commit Graph
24 Commits
Author SHA1 Message Date
Anupam 9970186500 Add repository dispatch event to run integration tests (#98) 2023-03-14 21:54:19 +05:30
Anupam 0d39a63126 Add constraint on delete-only-untagged-versions 2023-03-09 15:37:07 +05:30
Anupam 8c3a64de32 Improve delete-only-untagged-versions flag and minor bug fix (#97)
Improve `delete-only-untagged-versions` flag and minor bug fix
2023-03-09 15:31:35 +05:30
Anupam 564c9d0297 Not currently supported in GHES (#95) 2023-03-06 13:11:48 +05:30
Anupam 48cd5a6793 Nit: Change dotcom to GitHub.com in README 2023-03-03 17:02:20 +05:30
Anupam 029d95066b add delete-only-untagged-versions param (#94)
Add a new boolean parameter to action `delete-only-untagged-versions`. When true, only versions that do not have any tags will be deleted.
2023-03-03 16:42:34 +05:30
Anupam b9ed39f728 Configure baseUrl in octokit initialisation (#91)
Make the action work for GHES by passing `GITHUB_API_URL` environment variable to octokit initialisation.
2023-03-02 19:56:14 +05:30
Anupam fe2a95a0cb Merge pull request #83 from actions/s-anupam-rest-api
Add support for deleting packages on new GitHub Packages architecture
2023-01-05 16:10:25 +05:30
Anupam 46653ba3cb restrict to RATE_LIMIT with package-version-ids 2023-01-05 10:25:21 +00:00
Anupam 79269eb4bf Update README 2023-01-05 10:08:06 +00:00
Anupam 2de4236b17 Address review coments 2023-01-03 16:35:40 +00:00
Anupam 23073eb4a2 add more UTs, delete ununsed files 2022-12-30 20:03:11 +00:00
Anupam faf614822d Update test.yml 2022-12-30 19:35:17 +05:30
Anupam bde81b096d Add packages permission to workflow 2022-12-30 19:30:08 +05:30
Anupam f1783122af Update test.yml 2022-12-30 19:15:21 +05:30
Anupam 0b99e5f60d Fix prettier errors 2022-12-30 13:10:17 +00:00
Anupam 5e7113f543 update dev dependencies 2022-12-30 12:55:09 +00:00
Anupam 90c8dc6d0b better UT for deletePackageVersions 2022-12-30 08:13:23 +00:00
Anupam 98c1e7eab7 add api UTs 2022-12-30 05:12:10 +00:00
Anupam 7f4037254e add some logs 2022-12-28 18:32:12 +00:00
Anupam e521d9e753 get versions using rest 2022-12-28 14:43:50 +00:00
Anupam cc7196aa1d try to fix npm run pack? 2022-12-28 14:39:47 +00:00
Anupam 280935cb1a add package-type param to action.yml 2022-12-27 15:11:20 +00:00
Anupam 272ad859dc add package type param 2022-12-27 14:35:56 +00:00