{"id":19633259,"url":"https://github.com/quipper/comment-failure-action","last_synced_at":"2025-04-28T07:30:46.908Z","repository":{"id":37788285,"uuid":"339708115","full_name":"quipper/comment-failure-action","owner":"quipper","description":"Add comments for what workflows and jobs failed in pull request.","archived":false,"fork":false,"pushed_at":"2023-03-06T23:00:35.000Z","size":1006,"stargazers_count":11,"open_issues_count":8,"forks_count":2,"subscribers_count":115,"default_branch":"main","last_synced_at":"2025-04-21T02:55:07.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/quipper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-17T11:53:53.000Z","updated_at":"2023-12-29T07:46:25.000Z","dependencies_parsed_at":"2023-02-15T01:31:02.939Z","dependency_job_id":null,"html_url":"https://github.com/quipper/comment-failure-action","commit_stats":{"total_commits":110,"total_committers":3,"mean_commits":"36.666666666666664","dds":"0.32727272727272727","last_synced_commit":"5e3871174e13793dcdb9e7a8dbe096954af3b5c3"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fcomment-failure-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fcomment-failure-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fcomment-failure-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fcomment-failure-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quipper","download_url":"https://codeload.github.com/quipper/comment-failure-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251271082,"owners_count":21562487,"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","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-11T12:16:49.900Z","updated_at":"2025-04-28T07:30:45.056Z","avatar_url":"https://github.com/quipper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![build-test](https://github.com/quipper/comment-failure-action/workflows/build-test/badge.svg)\n\n# Comment Failure Action\n\nAdd comments for what workflows and jobs failed in pull request.\n\n## Demo\n\nPlease see https://github.com/quipper/comment-failure-action/pull/6.\n\n## Usage\n\n```yaml\non:\n  workflow_run:\n    workflows:\n      - your-workflow  # Replace with your test workflow's name\n    types: [ completed ]\n\njobs:\n  comment-failure:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: quipper/comment-failure-action@v0.1.1\n```\n\nIf you want to use your own personal access token, specify it with `api-token`:\n\n```yaml\non:\n  workflow_run:\n    workflows:\n      - your-workflow  # Replace with your test workflow's name\n    types: [ completed ]\n\njobs:\n  comment-failure:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: quipper/comment-failure-action@v0.1.1\n        with:\n          api-token: ${{ secrets.YOUR_GITHUB_TOKEN }} # Replace with your secret's name\n```\n\n### Inputs\n\n| Name      | Required | Default               | Description                                      |\n|-----------|----------|-----------------------|--------------------------------------------------|\n| api-token | `true`   | `${{ github.token }}` | GitHub API token granted `repo` or `public_repo` |\n\nRegarding `api-token`, we recommend you to use the default value because `github.token` is regenerated for each run, and its permission is limited to the repository that contains the workflow.\nFor more information, please see https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context and https://docs.github.com/en/actions/reference/authentication-in-a-workflow.\n\n## Notice\n\nThis repository was initially cloned from https://github.com/actions/typescript-action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fcomment-failure-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquipper%2Fcomment-failure-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fcomment-failure-action/lists"}