{"id":40328557,"url":"https://github.com/sebbo2002/release-bot","last_synced_at":"2026-06-02T21:01:05.202Z","repository":{"id":38182621,"uuid":"356592266","full_name":"sebbo2002/release-bot","owner":"sebbo2002","description":"Checks development and release branches and creates a release PR when it is time for a release again.","archived":false,"fork":false,"pushed_at":"2026-01-15T15:50:16.000Z","size":2512,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-01-15T19:15:40.095Z","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/sebbo2002.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-10T13:37:42.000Z","updated_at":"2026-01-15T15:46:42.000Z","dependencies_parsed_at":"2026-01-07T05:00:55.301Z","dependency_job_id":null,"html_url":"https://github.com/sebbo2002/release-bot","commit_stats":{"total_commits":426,"total_committers":5,"mean_commits":85.2,"dds":0.6291079812206573,"last_synced_commit":"c5e499f66c1c9b4c1d15d46b99dc5a0bd9034f6b"},"previous_names":[],"tags_count":184,"template":false,"template_full_name":null,"purl":"pkg:github/sebbo2002/release-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbo2002%2Frelease-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbo2002%2Frelease-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbo2002%2Frelease-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbo2002%2Frelease-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebbo2002","download_url":"https://codeload.github.com/sebbo2002/release-bot/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebbo2002%2Frelease-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-20T08:00:57.302Z","updated_at":"2026-01-20T08:01:08.187Z","avatar_url":"https://github.com/sebbo2002.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @sebbo2002/release-bot\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)\n\nThis is a small GitHub action that is supposed to help me release stuff. Usually, I forget to do releases, so I built this.\nThe bot runs [semantic release](https://semantic-release.gitbook.io/semantic-release/) and creates pull requests\n[like this one](https://github.com/sebbo2002/ical-generator/pull/240) when there is something to release.\n\n\n## ⚡️ Example\n\n```yaml\nname: ReleaseBot\non:\n  workflow_dispatch:\n  push:\n    branches: ['develop']\n  schedule:\n    - cron: '0 6 * * 0'\n\njobs:\n  release-bot:\n    runs-on: ubuntu-latest\n    steps:\n      - name: ☁️ Checkout Project\n        uses: actions/checkout@v2\n      - name: ☁️ Checkout ReleaseBot\n        uses: actions/checkout@v2\n        with:\n          repository: sebbo2002/release-bot\n          path: ./.actions/release-bot\n      - name: 🔧 Setup npm cache\n        uses: actions/cache@v2\n        with:\n          path: ~/.npm\n          key: ${{ runner.os }}-releasebot-${{ hashFiles('**/package-lock.json') }}\n          restore-keys: |\n            ${{ runner.os }}-releasebot-\n      - name: 📦 Install Dependencies\n        run: npm ci\n        working-directory: ./.actions/release-bot\n      - name: 🤖 Run ReleaseBot\n        uses: ./.actions/release-bot\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n\n```\n\n\n## 🙆🏼‍♂️ Copyright and license\n\nCopyright (c) Sebastian Pekarek under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebbo2002%2Frelease-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebbo2002%2Frelease-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebbo2002%2Frelease-bot/lists"}