{"id":18772539,"url":"https://github.com/urcomputeringpal/workflow-failure-issues","last_synced_at":"2025-07-29T05:32:35.022Z","repository":{"id":193054328,"uuid":"680191805","full_name":"urcomputeringpal/workflow-failure-issues","owner":"urcomputeringpal","description":"Automatically create issues when critical Actions Workflows fail on the default branch","archived":false,"fork":false,"pushed_at":"2023-09-06T15:08:27.000Z","size":51,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T01:37:35.096Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"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/urcomputeringpal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-18T15:05:18.000Z","updated_at":"2023-09-06T14:21:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5406374-e878-4e8a-9467-a1d6753eaa07","html_url":"https://github.com/urcomputeringpal/workflow-failure-issues","commit_stats":null,"previous_names":["urcomputeringpal/workflow-failure-issues"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/urcomputeringpal/workflow-failure-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fworkflow-failure-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fworkflow-failure-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fworkflow-failure-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fworkflow-failure-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urcomputeringpal","download_url":"https://codeload.github.com/urcomputeringpal/workflow-failure-issues/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urcomputeringpal%2Fworkflow-failure-issues/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267633670,"owners_count":24118777,"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-07-29T02:00:12.549Z","response_time":2574,"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":["actions","github-actions"],"created_at":"2024-11-07T19:29:26.628Z","updated_at":"2025-07-29T05:32:34.986Z","avatar_url":"https://github.com/urcomputeringpal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# workflow-failure-issues\n\n- Creates issues like https://github.com/urcomputeringpal/workflow-failure-issues/issues/8 when critical workflows fails on the default branch.\n- Closes them when the workflow passes.\n- Supports per-workflow issue templates.\n\n## Setup\n\nAdd the below workflow to your repo, maybe as `.github/workflows/workflow-failure-issues.yml`\n\n```yaml\nname: Workflow Failure Issues\non:\n  workflow_run:\n    workflows:\n      # List your workflow's full name here\n      - Your critical workflow\n    types:\n      - completed\njobs:\n  workflow-failure-issues:\n    uses: urcomputeringpal/workflow-failure-issues/.github/workflows/workflow-failure-issues.yml@v0.0.5\n    if: |\n      (\n        github.event_name == 'schedule' ||\n        github.event.workflow_run.head_branch == github.event.repository.default_branch\n      )\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furcomputeringpal%2Fworkflow-failure-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furcomputeringpal%2Fworkflow-failure-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furcomputeringpal%2Fworkflow-failure-issues/lists"}