{"id":13530419,"url":"https://github.com/Naturalclar/issue-action","last_synced_at":"2025-04-01T18:31:43.892Z","repository":{"id":35909257,"uuid":"214661124","full_name":"Naturalclar/issue-action","owner":"Naturalclar","description":"github action for github issue","archived":false,"fork":false,"pushed_at":"2023-08-14T20:44:28.000Z","size":17780,"stargazers_count":60,"open_issues_count":31,"forks_count":20,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T07:11:33.051Z","etag":null,"topics":["actions","assign","github","github-actions","issue-tracker"],"latest_commit_sha":null,"homepage":null,"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/Naturalclar.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}},"created_at":"2019-10-12T14:29:11.000Z","updated_at":"2024-03-27T10:50:00.000Z","dependencies_parsed_at":"2024-06-18T13:39:40.427Z","dependency_job_id":"8021778f-cddd-49df-a4a7-c56edbf5eb20","html_url":"https://github.com/Naturalclar/issue-action","commit_stats":{"total_commits":59,"total_committers":8,"mean_commits":7.375,"dds":0.5593220338983051,"last_synced_commit":"bf9728a8386324f8cf988207781a6f77e03f0dc4"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fissue-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fissue-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fissue-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fissue-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Naturalclar","download_url":"https://codeload.github.com/Naturalclar/issue-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246691585,"owners_count":20818537,"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":["actions","assign","github","github-actions","issue-tracker"],"created_at":"2024-08-01T07:00:49.548Z","updated_at":"2025-04-01T18:31:43.562Z","avatar_url":"https://github.com/Naturalclar.png","language":"TypeScript","readme":"[![TestBuild][generaltest]](https://github.com/Naturalclar/issue-action) [![Assign][assigntest]](https://github.com/Naturalclar/issue-action) [![Label][labeltest]](https://github.com/Naturalclar/issue-action)\n\n# Issue Action\n\nGithub action for automatically adding label or setting assignee when a new Issue or PR is opened.\n\n## Usage\n\n#### Title or Body\n\nChoose whether you want to check for a keyword match in the issue `title`, the issue `body`, or `both`.\n\n#### Parameters\n\nAutomatically set `BUG` label and assign `@username` when Issue contains `bug` or `error`.\nAutomatically set `help-wanted` label and assign `@username` when Issue contains `help` or `guidance`.\n\n### Example\n\n```yaml\nname: \"Set Issue Label and Assignee\"\non:\n  issues:\n    types: [opened]\n  pull_request:\n    typed: [opened]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: Naturalclar/issue-action@v2.0.2\n        with:\n          title-or-body: \"both\"\n          parameters: [ {\"keywords\": [\"bug\", \"error\"], \"labels\": [\"BUG\"], \"assignees\": [\"username\"]}, {\"keywords\": [\"help\", \"guidance\"], \"labels\": [\"help-wanted\"], \"assignees\": [\"username\"]}]\n          github-token: \"${{ secrets.GITHUB_TOKEN }}\"\n```\n\n# Upgrading this package\n\nFollow the steps below:\n\n```sh\n# create a new release branch\n$ git checkout -b release/vX.X.X\n```\n\n```\n$ yarn build\n$ git commit -a -m \"release\"\n$ git push origin release/vX.X.X\n```\n\n[generaltest]: https://github.com/Naturalclar/issue-action/workflows/General%20Test/badge.svg\n[assigntest]: https://github.com/Naturalclar/issue-action/workflows/Test%20Issue%20Assign/badge.svg\n[labeltest]: https://github.com/Naturalclar/issue-action/workflows/Test%20Issue%20Label/badge.svg\n","funding_links":[],"categories":["Community Resources","Uncategorized","TypeScript"],"sub_categories":["Utility","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNaturalclar%2Fissue-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNaturalclar%2Fissue-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNaturalclar%2Fissue-action/lists"}