{"id":7740196,"name":"iterative/priority-list","ecosystem":"actions","description":"Make a dent in GitHub issue \u0026 PR backlogs across repositories","homepage":"","licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/iterative/priority-list","keywords_array":[],"namespace":"iterative","versions_count":3,"first_release_published_at":"2023-02-08T17:22:27.000Z","latest_release_published_at":"2023-06-29T16:01:45.000Z","latest_release_number":"v1.0.2","last_synced_at":"2026-04-12T10:02:14.707Z","created_at":"2023-05-16T18:45:31.616Z","updated_at":"2026-04-12T10:02:14.707Z","registry_url":"https://github.com/iterative/priority-list","install_command":null,"documentation_url":null,"metadata":{"name":"Priority List","description":"Make a dent in GitHub issue \u0026 PR backlogs across repositories","author":"Casper da Costa-Luis","inputs":{"github-token":{"description":"Token with read access to all analysed repos","required":true},"repos":{"required":true,"type":"string"},"weight_activity":{"required":true,"type":"number","default":14,"description":"weight for number of comments"},"weight_reactions":{"required":true,"type":"number","default":7,"description":"weight for reactions to original issue"},"weight_staleness":{"required":true,"type":"number","default":1,"description":"weight for days of inactivity"},"weight_age":{"required":true,"type":"number","default":0.142857,"description":"weight for days open"},"multiplier_pr":{"required":true,"type":"number","default":7,"description":"weight multiplier for PRs (compared to issues)"},"multiplier_labels":{"required":true,"type":"string","default":"example:-1 epic:0.142857 blocked:0.142857 invalid:0.142857","description":"weight multiplier for labels (negative to exclude)"},"p_label_graveyard":{"required":true,"type":"number","default":4,"description":"largest pN-label (lowest priority)"},"slack_webhook":{"required":false,"type":"string","description":"URL to post slack payload to (requires `people.json`)"}},"runs":{"using":"composite","steps":[{"name":"setup","run":"python -m pip install --user -r ${{ github.action_path }}/requirements.txt","shell":"bash"},{"name":"Fetch issues \u0026 PRs","run":"REPOS=(${{ inputs.repos }})\nif test ${#REPOS[@]} -le 0; then\n  echo \u003e\u00262 input repo list is empty\n  exit 1\nfi\n${{ github.action_path }}/fetch.sh \"${REPOS[@]}\"\n","env":{"GH_TOKEN":"${{ inputs.github-token }}"},"shell":"bash"},{"name":"Prioritise","run":"${{ github.action_path }}/prioritise.py \u003e\u003e $GITHUB_STEP_SUMMARY","env":{"WEIGHT_ACTIVITY":"${{ inputs.weight_activity }}","WEIGHT_REACTIONS":"${{ inputs.weight_reactions }}","WEIGHT_STALENESS":"${{ inputs.weight_staleness }}","WEIGHT_AGE":"${{ inputs.weight_age }}","MULTIPLIER_PR":"${{ inputs.multiplier_pr }}","MULTIPLIER_LABELS":"${{ inputs.multiplier_labels }}","P_LABEL_GRAVEYARD":"${{ inputs.p_label_graveyard }}","SLACK_WEBHOOK":"${{ inputs.slack_webhook || '' }}"},"shell":"bash"}]},"branding":{"icon":"list","color":"yellow"},"default_branch":"v1","path":null},"repo_metadata":{"id":66159358,"uuid":"597568972","full_name":"iterative/priority-list","owner":"iterative","description":":pick: Make a dent in GitHub issue \u0026 PR backlogs across repositories","archived":false,"fork":false,"pushed_at":"2023-06-29T16:05:32.000Z","size":50,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"v1","last_synced_at":"2025-10-18T20:54:29.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iterative.png","metadata":{},"created_at":"2023-02-04T23:37:56.000Z","updated_at":"2025-09-03T02:32:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a8c0c33-8af8-4357-9b4b-0527b8bf0d7d","html_url":"https://github.com/iterative/priority-list","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/iterative/priority-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fpriority-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fpriority-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fpriority-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fpriority-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterative","download_url":"https://codeload.github.com/iterative/priority-list/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fpriority-list/sbom","scorecard":{"id":496977,"data":{"date":"2025-08-11","repo":{"name":"github.com/iterative/priority-list","commit":"646ca456f8a08495ae4c6259bd20ab274b9eaa03"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.2,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/weekly.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":0,"reason":"Found 0/26 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/weekly.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/iterative/priority-list/weekly.yml/v1?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/weekly.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/iterative/priority-list/weekly.yml/v1?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/weekly.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/iterative/priority-list/weekly.yml/v1?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENCE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'v1'","Info: 'force pushes' disabled on branch 'v1'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'v1'","Warn: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'v1'","Warn: PRs are not required to make changes on branch 'v1'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T20:40:19.877Z","repository_id":66159358,"created_at":"2025-08-19T20:40:19.877Z","updated_at":"2025-08-19T20:40:19.877Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279795687,"owners_count":26228089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"iterative","name":"Iterative","uuid":"39572954","kind":"organization","description":"Data Tools for AI and ML","email":null,"website":"https://datachain.ai","location":"United States of America","twitter":"DVCorg","company":null,"icon_url":"https://avatars.githubusercontent.com/u/39572954?v=4","repositories_count":185,"last_synced_at":"2025-10-01T04:46:08.785Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/iterative","funding_links":[],"total_stars":26169,"followers":928,"following":0,"created_at":"2022-11-02T16:33:34.216Z","updated_at":"2025-10-01T04:46:08.785Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterative","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterative/repositories"},"tags":[]},"repo_metadata_updated_at":"2025-10-20T10:19:57.866Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.26221692491061,"dependent_packages_count":0.0,"stargazers_count":28.428107066896747,"forks_count":36.26550022071512,"docker_downloads_count":null,"average":26.238956053130618},"purl":"pkg:githubactions/iterative/priority-list","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/iterative/priority-list","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/iterative/priority-list","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/iterative/priority-list/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-29T10:09:54.186Z","issues_count":2,"pull_requests_count":3,"avg_time_to_close_issue":7680.0,"avg_time_to_close_pull_request":648.0,"issues_closed_count":1,"pull_requests_closed_count":2,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":2,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fpriority-list/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/iterative%2Fpriority-list/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/iterative%2Fpriority-list/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/iterative%2Fpriority-list/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/iterative%2Fpriority-list/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/iterative%2Fpriority-list/codemeta","maintainers":[]}