{"id":6357428,"name":"akv-platform/stale","ecosystem":"actions","description":"Close issues and pull requests with no recent activity","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/akv-platform/stale","keywords_array":[],"namespace":"akv-platform","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-08-17T16:37:17.612Z","latest_release_number":null,"last_synced_at":"2026-08-17T16:37:17.712Z","created_at":"2023-02-18T01:27:48.710Z","updated_at":"2026-08-17T16:37:17.712Z","registry_url":"https://github.com/akv-platform/stale","install_command":null,"documentation_url":null,"metadata":{"name":"Close Stale Issues","description":"Close issues and pull requests with no recent activity","author":"GitHub","inputs":{"repo-token":{"description":"Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.","required":false,"default":"${{ github.token }}"},"stale-issue-message":{"description":"The message to post on the issue when tagging it. If none provided, will not mark issues stale.","required":false},"stale-pr-message":{"description":"The message to post on the pull request when tagging it. If none provided, will not mark pull requests stale.","required":false},"close-issue-message":{"description":"The message to post on the issue when closing it. If none provided, will not comment when closing an issue.","required":false},"close-pr-message":{"description":"The message to post on the pull request when closing it. If none provided, will not comment when closing a pull requests.","required":false},"days-before-stale":{"description":"The number of days old an issue or a pull request can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically.","required":false,"default":"60"},"days-before-issue-stale":{"description":"The number of days old an issue can be before marking it stale. Set to -1 to never mark issues as stale automatically. Override \"days-before-stale\" option regarding only the issues.","required":false},"days-before-pr-stale":{"description":"The number of days old a pull request can be before marking it stale. Set to -1 to never mark pull requests as stale automatically. Override \"days-before-stale\" option regarding only the pull requests.","required":false},"days-before-close":{"description":"The number of days to wait to close an issue or a pull request after it being marked stale. Set to -1 to never close stale issues or pull requests.","required":false,"default":"7"},"days-before-issue-close":{"description":"The number of days to wait to close an issue after it being marked stale. Set to -1 to never close stale issues. Override \"days-before-close\" option regarding only the issues.","required":false},"days-before-pr-close":{"description":"The number of days to wait to close a pull request after it being marked stale. Set to -1 to never close stale pull requests. Override \"days-before-close\" option regarding only the pull requests.","required":false},"stale-issue-label":{"description":"The label to apply when an issue is stale.","required":false,"default":"Stale"},"close-issue-label":{"description":"The label to apply when an issue is closed.","required":false},"exempt-issue-labels":{"description":"The labels that mean an issue is exempt from being marked stale. Separate multiple labels with commas (eg. \"label1,label2\").","default":"","required":false},"close-issue-reason":{"description":"The reason to use when closing an issue.","default":"not_planned","required":false},"stale-pr-label":{"description":"The label to apply when a pull request is stale.","default":"Stale","required":false},"close-pr-label":{"description":"The label to apply when a pull request is closed.","required":false},"exempt-pr-labels":{"description":"The labels that mean a pull request is exempt from being marked as stale. Separate multiple labels with commas (eg. \"label1,label2\").","default":"","required":false},"exempt-milestones":{"description":"The milestones that mean an issue or a pull request is exempt from being marked as stale. Separate multiple milestones with commas (eg. \"milestone1,milestone2\").","default":"","required":false},"exempt-issue-milestones":{"description":"The milestones that mean an issue is exempt from being marked as stale. Separate multiple milestones with commas (eg. \"milestone1,milestone2\"). Override \"exempt-milestones\" option regarding only the issues.","default":"","required":false},"exempt-pr-milestones":{"description":"The milestones that mean a pull request is exempt from being marked as stale. Separate multiple milestones with commas (eg. \"milestone1,milestone2\"). Override \"exempt-milestones\" option regarding only the pull requests.","default":"","required":false},"exempt-all-milestones":{"description":"Exempt all issues and pull requests with milestones from being marked as stale. Default to false.","default":"false","required":false},"exempt-all-issue-milestones":{"description":"Exempt all issues with milestones from being marked as stale. Override \"exempt-all-milestones\" option regarding only the issues.","default":"","required":false},"exempt-all-pr-milestones":{"description":"Exempt all pull requests with milestones from being marked as stale. Override \"exempt-all-milestones\" option regarding only the pull requests.","default":"","required":false},"only-labels":{"description":"Only issues or pull requests with all of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels.","default":"","required":false},"any-of-labels":{"description":"Only issues or pull requests with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels.","default":"","required":false},"any-of-issue-labels":{"description":"Only issues with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. Override \"any-of-labels\" option regarding only the issues.","default":"","required":false},"any-of-pr-labels":{"description":"Only pull requests with at least one of these labels are checked if stale. Defaults to `` (disabled) and can be a comma-separated list of labels. Override \"any-of-labels\" option regarding only the pull requests.","default":"","required":false},"only-issue-labels":{"description":"Only issues with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels. Override \"only-labels\" option regarding only the issues.","default":"","required":false},"only-pr-labels":{"description":"Only pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels. Override \"only-labels\" option regarding only the pull requests.","default":"","required":false},"operations-per-run":{"description":"The maximum number of operations per run, used to control rate limiting (GitHub API CRUD related).","default":"30","required":false},"remove-stale-when-updated":{"description":"Remove stale labels from issues and pull requests when they are updated or commented on.","default":"true","required":false},"remove-issue-stale-when-updated":{"description":"Remove stale labels from issues when they are updated or commented on. Override \"remove-stale-when-updated\" option regarding only the issues.","default":"","required":false},"remove-pr-stale-when-updated":{"description":"Remove stale labels from pull requests when they are updated or commented on. Override \"remove-stale-when-updated\" option regarding only the pull requests.","default":"","required":false},"debug-only":{"description":"Run the processor in debug mode without actually performing any operations on live issues.","default":"false","required":false},"ascending":{"description":"The order to get issues or pull requests. Defaults to false, which is descending.","default":"false","required":false},"delete-branch":{"description":"Delete the git branch after closing a stale pull request.","default":"false","required":false},"start-date":{"description":"The date used to skip the stale action on issue/pull request created before it (ISO 8601 or RFC 2822).","default":"","required":false},"exempt-assignees":{"description":"The assignees which exempt an issue or a pull request from being marked as stale. Separate multiple assignees with commas (eg. \"user1,user2\").","default":"","required":false},"exempt-issue-assignees":{"description":"The assignees which exempt an issue from being marked as stale. Separate multiple assignees with commas (eg. \"user1,user2\"). Override \"exempt-assignees\" option regarding only the issues.","default":"","required":false},"exempt-pr-assignees":{"description":"The assignees which exempt a pull request from being marked as stale. Separate multiple assignees with commas (eg. \"user1,user2\"). Override \"exempt-assignees\" option regarding only the pull requests.","default":"","required":false},"exempt-all-assignees":{"description":"Exempt all issues and pull requests with assignees from being marked as stale. Default to false.","default":"false","required":false},"exempt-all-issue-assignees":{"description":"Exempt all issues with assignees from being marked as stale. Override \"exempt-all-assignees\" option regarding only the issues.","default":"","required":false},"exempt-all-pr-assignees":{"description":"Exempt all pull requests with assignees from being marked as stale. Override \"exempt-all-assignees\" option regarding only the pull requests.","default":"","required":false},"exempt-draft-pr":{"description":"Exempt draft pull requests from being marked as stale. Default to false.","default":"false","required":false},"enable-statistics":{"description":"Display some statistics at the end regarding the stale workflow (only when the logs are enabled).","default":"true","required":false},"labels-to-add-when-unstale":{"description":"A comma delimited list of labels to add when an issue or pull request becomes unstale.","default":"","required":false},"labels-to-remove-when-stale":{"description":"A comma delimited list of labels to remove when an issue or pull request becomes stale.","default":"","required":false},"labels-to-remove-when-unstale":{"description":"A comma delimited list of labels to remove when an issue or pull request becomes unstale.","default":"","required":false},"ignore-updates":{"description":"Any update (update/comment) can reset the stale idle time on the issues and pull requests.","default":"false","required":false},"ignore-issue-updates":{"description":"Any update (update/comment) can reset the stale idle time on the issues. Override \"ignore-updates\" option regarding only the issues.","default":"","required":false},"ignore-pr-updates":{"description":"Any update (update/comment) can reset the stale idle time on the pull requests. Override \"ignore-updates\" option regarding only the pull requests.","default":"","required":false},"include-only-assigned":{"description":"Only the issues or the pull requests with an assignee will be marked as stale automatically.","default":"false","required":false}},"outputs":{"closed-issues-prs":{"description":"List of all closed issues and pull requests."},"staled-issues-prs":{"description":"List of all staled issues and pull requests."}},"runs":{"using":"node16","main":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"uuid":"593774601","full_name":"akv-platform/stale","owner":"akv-platform","description":"Marks issues and pull requests that have not had recent interaction","archived":false,"fork":true,"pushed_at":"2023-07-11T07:39:01.000Z","size":6148,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-11T08:31:27.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"actions/stale","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akv-platform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2023-01-26T20:09:33.000Z","updated_at":"2023-07-11T08:31:27.282Z","dependencies_parsed_at":"2023-02-17T16:15:36.414Z","dependency_job_id":null,"html_url":"https://github.com/akv-platform/stale","commit_stats":{"total_commits":341,"total_committers":76,"mean_commits":"4.4868421052631575","dds":0.6715542521994136,"last_synced_commit":"3d90444e57a064a281f14e24fe555bfad0682c09"},"previous_names":[],"tags_count":0,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akv-platform%2Fstale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akv-platform%2Fstale/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akv-platform%2Fstale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akv-platform","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145719836,"owners_count":6280519,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"akv-platform","name":"Akvelon","uuid":"41314503","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/41314503?v=4","repositories_count":18,"last_synced_at":"2023-03-07T14:42:00.608Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/akv-platform","created_at":"2022-11-17T12:23:29.109Z","updated_at":"2023-03-07T14:42:00.618Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akv-platform","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akv-platform/repositories"},"tags":[]},"repo_metadata_updated_at":"2023-07-14T09:56:24.951Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/akv-platform/stale","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/akv-platform/stale","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/akv-platform/stale","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/akv-platform/stale/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T10:34:56.184Z","issues_count":0,"pull_requests_count":3,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":95447.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":95447.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/akv-platform%2Fstale/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/akv-platform%2Fstale/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/akv-platform%2Fstale/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/akv-platform%2Fstale/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/akv-platform%2Fstale/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/akv-platform%2Fstale/codemeta","maintainers":[]}