{"id":17865771,"url":"https://github.com/ttskch/hubot-github-pr-release","last_synced_at":"2025-03-21T04:32:44.494Z","repository":{"id":66183924,"uuid":"41788969","full_name":"ttskch/hubot-github-pr-release","owner":"ttskch","description":"Create a release pull request on GitHub via hubot.","archived":false,"fork":false,"pushed_at":"2018-08-22T06:42:39.000Z","size":10,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-20T08:12:20.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/ttskch.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":"2015-09-02T08:19:11.000Z","updated_at":"2023-07-02T14:39:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebfb6f79-cd5b-4c65-ae12-0d37586f3930","html_url":"https://github.com/ttskch/hubot-github-pr-release","commit_stats":{"total_commits":19,"total_committers":4,"mean_commits":4.75,"dds":"0.26315789473684215","last_synced_commit":"518a2e24567a978f0fa57d05c2ce06657ddecea3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttskch%2Fhubot-github-pr-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttskch%2Fhubot-github-pr-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttskch%2Fhubot-github-pr-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttskch%2Fhubot-github-pr-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttskch","download_url":"https://codeload.github.com/ttskch/hubot-github-pr-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221597929,"owners_count":16849700,"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-10-28T09:24:54.056Z","updated_at":"2024-10-28T09:24:54.758Z","avatar_url":"https://github.com/ttskch.png","language":"CoffeeScript","readme":"# hubot-github-pr-release\n\n[![npm version](https://img.shields.io/npm/v/hubot-github-pr-release.svg)](https://www.npmjs.com/package/hubot-github-pr-release)\n[![npm downloads](https://img.shields.io/npm/dm/hubot-github-pr-release.svg)](https://www.npmjs.com/package/hubot-github-pr-release)\n\nCreate a release pull request on GitHub by using [github-pr-release](https://github.com/uiureo/github-pr-release) via hubot.\n\n## Installation\n\nInstall via npm.\n\n```bash\n$ cd /path/to/hubot\n$ npm install --save hubot-github-pr-release\n```\n\nAnd add to `external-scripts.json`.\n\n```bash\n$ cat external-scripts.json\n[\"hubot-github-pr-release\"]\n```\n\n## Configuration\n\n```bash\n# required\n$ export HUBOT_RELEASE_GITHUB_TOKEN=\"github_token_here\"\n\n# optional\n$ export HUBOT_RELEASE_HEAD=\"staging\" # defaults to \"master\"\n$ export HUBOT_RELEASE_BASE=\"master\" # defaults to \"release\"\n$ export HUBOT_RELEASE_DEFAULT_OWNER=\"ttskch\"\n$ export HUBOT_RELEASE_TEMPLATE_PATH=\"/path/to/template.mustache\" # absolute path only\n$ export HUBOT_RELEASE_GITHUB_ENDPOINT=\"https://api.gihtub.enterprise.com\" # defaults to \"https://api.github.com\"\n$ export HUBOT_RELEASE_MESSAGE_PROCESSING=\"Please wait a minute...\" # defaults to \"Now processing...\"\n```\n\n### Modify template\n\nYou can use your own template of the release pull request.\nFor example, following template uses the **author's** username instead of the **assignee's** one of each pull requests in the message of the release pull request.\n\n```\nRelease {{version}}\n{{#prs}}\n- [ ] #{{number}} {{title}} {{#user}}@{{login}}{{/user}}\n{{/prs}}\n```\n\nSee [here](https://github.com/uiureo/github-pr-release#specify-a-message-format) to learn more.\n\n## Usage\n\n```bash\n# Create or update a release pull request\nhubot\u003e hubot release ttskch/hubot-github-pr-release\n\n# If HUBOT_RELEASE_DEFAULT_OWNER is set you can omit owner\nhubot\u003e hubot release hubot-github-pr-release\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttskch%2Fhubot-github-pr-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttskch%2Fhubot-github-pr-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttskch%2Fhubot-github-pr-release/lists"}