{"id":15145498,"url":"https://github.com/prestashop/issuebot","last_synced_at":"2025-10-19T16:32:15.225Z","repository":{"id":37845060,"uuid":"147222512","full_name":"PrestaShop/issuebot","owner":"PrestaShop","description":"A bot for automating issue status","archived":false,"fork":false,"pushed_at":"2023-12-16T00:55:12.000Z","size":1936,"stargazers_count":6,"open_issues_count":15,"forks_count":8,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-01-29T21:23:21.467Z","etag":null,"topics":["probot","tool"],"latest_commit_sha":null,"homepage":"","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/PrestaShop.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":"2018-09-03T15:22:41.000Z","updated_at":"2023-04-05T16:54:48.000Z","dependencies_parsed_at":"2023-02-18T03:15:38.958Z","dependency_job_id":"50363e9a-6777-4c83-b139-1232447d9e78","html_url":"https://github.com/PrestaShop/issuebot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fissuebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fissuebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fissuebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrestaShop%2Fissuebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrestaShop","download_url":"https://codeload.github.com/PrestaShop/issuebot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172113,"owners_count":19266614,"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":["probot","tool"],"created_at":"2024-09-26T11:40:18.626Z","updated_at":"2025-10-19T16:32:09.751Z","avatar_url":"https://github.com/PrestaShop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue Bot\n\n\u003e A GitHub App built with [Probot](https://probot.github.io) to automate PrestaShop project workflow\n\n## Setup\n\n```sh\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nIf you want to use multiple node versions on your development environment, consider using NVM\n\n[See NVM installation guide](https://github.com/nvm-sh/nvm#install-script)\n\n```shell script\nnvm install 12.16.0\n\nnvm use 12.16.0\n\nnode --version #will output v12.16.0\n```\n\n## Development environment\n\nSee Probot doc [for local development](https://probot.github.io/docs/development/) and\n[simulating github webhooks](https://probot.github.io/docs/simulating-webhooks/)\n\n## Test\n\n```\nnpm run test\n```\n\n## Deployment\n\nSee [Probot doc](https://probot.github.io/docs/deployment/)\n\n## Insights\n\nThe entry point is file `index.js`.\nIn this file, upon receiving a webhook, the bot performs 3 steps:\n1) setup the app, setup javascript components\n2) analyze incoming github webhook to find whether this matches one of the registered Rules\n```\nlet rulePromise = ruleComputer.findRule(context);\n```\n3) if the analysis is successfull, apply the rule\n```\nruleApplier.applyRule(rule, context);\n```\n\nThe idea behind is to define a set of Rules for PrestaShop\nproject workflow and the bot applies them.\n\nRules are described in `src/rule.js` file.\n\nA config file have been introduced to setup your repositories\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprestashop%2Fissuebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprestashop%2Fissuebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprestashop%2Fissuebot/lists"}