Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for deleting packages on new GitHub Packages architecture #83

Merged
merged 26 commits into from Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -7,6 +7,9 @@ on: # rebuild any PRs and main branch changes
- main
- 'releases/*'

permissions:
packages: write

jobs:

package: # make sure build/ci work properly
Expand All @@ -29,6 +32,6 @@ jobs:
- uses: ./
name: Smoke Test Delete Package Versions Action
with:
package-name: 'com.github.actions.test-package'
package-name: 'action-ci-test-package'
package-type: 'npm'
num-old-versions-to-delete: 0
min-versions-to-keep: 0
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/rest.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

154 changes: 81 additions & 73 deletions README.md

Large diffs are not rendered by default.