{"id":19657719,"url":"https://github.com/esss/qa-checklist-action","last_synced_at":"2026-06-23T23:30:52.447Z","repository":{"id":154629275,"uuid":"622955272","full_name":"ESSS/qa-checklist-action","owner":"ESSS","description":"Action to make QA checks in PRs","archived":false,"fork":false,"pushed_at":"2026-04-28T11:48:58.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-04-28T13:34:09.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ESSS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-03T12:04:00.000Z","updated_at":"2026-04-28T11:49:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6e16dc1-6a72-4d21-9b42-226a7b2c3d57","html_url":"https://github.com/ESSS/qa-checklist-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ESSS/qa-checklist-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fqa-checklist-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fqa-checklist-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fqa-checklist-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fqa-checklist-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ESSS","download_url":"https://codeload.github.com/ESSS/qa-checklist-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fqa-checklist-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34711176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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"}},"keywords":[],"created_at":"2024-11-11T15:33:22.663Z","updated_at":"2026-06-23T23:30:52.430Z","avatar_url":"https://github.com/ESSS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qa-checklist-action\n\nAction to make QA checks in PRs.\n\nWhen a pull request is opened or reopened, we check if the JIRA issue associated with the branch is of\none of configured types (such as `Design`, `Story`, etc.) -- if that's the case, we post a new comment containing a\ncheck-list of QA tasks that need to be done in order to merge the PR.\n\nTo configure, add a new workflow in `.github/workflows`, configuring it like this:\n\n```yaml\nname: qa-checklist\n\non:\n  pull_request:\n     types: [opened, reopened]\n\n\njobs:\n  qa-checklist:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: ESSS/qa-checklist-action@v1\n        with:\n          # jira_url is optional, defaulting to the URL below.\n          jira_url: https://eden.esss.co/jira\n          jira_username: ${{ secrets.JIRA_BOT_USER }}\n          jira_password: ${{ secrets.JIRA_BOT_PASSWORD }}\n          github_token: ${{ secrets.EDEN_GITHUB_TOKEN }}\n          ping_users: user1,user2\n          issue_types: Story,Design\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Fqa-checklist-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesss%2Fqa-checklist-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Fqa-checklist-action/lists"}