{"id":28391489,"url":"https://github.com/react-native-community/needs-attention","last_synced_at":"2025-10-09T21:34:17.225Z","repository":{"id":216169661,"uuid":"740609322","full_name":"react-native-community/needs-attention","owner":"react-native-community","description":"A GitHub Action for managing issues that require attention","archived":false,"fork":false,"pushed_at":"2024-01-08T17:53:17.000Z","size":1235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-25T21:38:36.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/react-native-community.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}},"created_at":"2024-01-08T17:36:50.000Z","updated_at":"2024-01-08T17:54:29.000Z","dependencies_parsed_at":"2024-01-23T21:29:05.076Z","dependency_job_id":null,"html_url":"https://github.com/react-native-community/needs-attention","commit_stats":null,"previous_names":["react-native-community/needs-attention"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/react-native-community/needs-attention","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Fneeds-attention","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Fneeds-attention/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Fneeds-attention/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Fneeds-attention/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-native-community","download_url":"https://codeload.github.com/react-native-community/needs-attention/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-native-community%2Fneeds-attention/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002054,"owners_count":26083286,"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-09T02:00:07.460Z","response_time":59,"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":"2025-05-31T09:39:17.990Z","updated_at":"2025-10-09T21:34:17.209Z","avatar_url":"https://github.com/react-native-community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Label Issues that Need Attention When Author Responds\n\n_Forked from [hramos/needs-attention](https://github.com/hramos/needs-attention)_\n\nApplies a label whenever the original author of an issue adds a comment to an issue that needed their response.\n\n## How It Works\n\nIf the original author of an issue adds a comment on their issue, and that issue has a 'Needs Author Feedback' label, this action will remove the label and apply a 'Needs Attention' label.\n\n## Inputs\n\n### `response-required-label`\n\nThe name of the label that indicates an issue that needs a response from the author. Default `\"Needs Author Feedback\"`.\n\n### `needs-attention-label`\n\nThe name of the label that indicates an issue that needs attention. Default `\"Needs Attention\"`.\n\n### `repo-token`\n\n**Required.** The `GITHUB_TOKEN` for the repository being acted on.\n\n## Outputs\n\n### `results`\n\nA string description of any actions taken.\n\n## Example usage\n\n```\nname: Issue Needs Attention\n# This workflow is triggered on issue comments.\non:\n  issue_comment:\n    types: created\n\njobs:\n  applyNeedsAttentionLabel:\n    name: Apply Needs Attention Label\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: Apply Needs Attention Label\n        uses: react-native-community/needs-attention@v1\n        with:\n          repo-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\nConfiguring labels:\n\n```\nuses: react-native-community/needs-attention@v2.0.0\nwith:\n    repo-token: ${{ secrets.GITHUB_TOKEN }}\n    response-required-label: 'Needs Author Feedback'\n    needs-attention-label: 'Needs Attention'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-community%2Fneeds-attention","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-native-community%2Fneeds-attention","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-native-community%2Fneeds-attention/lists"}