All Projects β†’ johnbillion β†’ probot-semver

johnbillion / probot-semver

Licence: ISC license
A GitHub app that provides automatic semantic versioning support

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to probot-semver

branch-switcher
a GitHub bot that switches the base branch of pull requests to the preferred branch
Stars: ✭ 15 (+0%)
Mutual labels:  probot, probot-app
probot-ooo
πŸ™… Respond with an auto-responder when you are OOO
Stars: ✭ 36 (+140%)
Mutual labels:  probot, probot-app
Request Info
Requests more info from PRs/Issues with either the default title or a blank body
Stars: ✭ 89 (+493.33%)
Mutual labels:  probot, probot-app
scalafmt-probot
πŸ€–Github bot for checking code formatting with scalafmt
Stars: ✭ 15 (+0%)
Mutual labels:  probot, probot-app
Weekly Digest
Weekly summary of activity on your GitHub repository πŸ“†
Stars: ✭ 199 (+1226.67%)
Mutual labels:  probot, probot-app
Dep
[DEPRECATED] Use https://github.com/z0al/dependent-issues instead
Stars: ✭ 69 (+360%)
Mutual labels:  probot, probot-app
Auto Assign
πŸ€– A Probot app that adds reviewers to pull requests when pull requests are opened.
Stars: ✭ 140 (+833.33%)
Mutual labels:  probot, probot-app
Todo
πŸ€–βœ… GitHub App that creates new issues from actionable comments in your code.
Stars: ✭ 685 (+4466.67%)
Mutual labels:  probot, probot-app
new-pr-welcome
Welcome users when they open their first PR in your repository
Stars: ✭ 20 (+33.33%)
Mutual labels:  probot, probot-app
Gh Polls Bot
Automatically create polls in GitHub issues.
Stars: ✭ 187 (+1146.67%)
Mutual labels:  probot, probot-app
Stale
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
Stars: ✭ 1,070 (+7033.33%)
Mutual labels:  probot, probot-app
First Timers Bot
A friendly bot that helps onboarding new Open Source Contributors
Stars: ✭ 239 (+1493.33%)
Mutual labels:  probot, probot-app
Probot Conventional Release
A GitHub App built with Probot that creates GitHub Release following Conventional Commits
Stars: ✭ 48 (+220%)
Mutual labels:  probot, probot-app
probot-lambda
Test for running probot in AWS Lambda
Stars: ✭ 25 (+66.67%)
Mutual labels:  probot, probot-app
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-13.33%)
Mutual labels:  probot, probot-app
Welcome
A probot app that welcome new users
Stars: ✭ 132 (+780%)
Mutual labels:  probot, probot-app
boring-cyborg
πŸ€– A Github bot to automatically label PRs, issues and perform all the boring operations that you don't want to do.
Stars: ✭ 66 (+340%)
Mutual labels:  probot, probot-app
Mergeable
πŸ€– All the missing GitHub automation πŸ™‚ πŸ™Œ
Stars: ✭ 475 (+3066.67%)
Mutual labels:  probot, probot-app
Commitlint Bot
[NOT MAINTAINED] use https://github.com/apps/semantic-pull-requests
Stars: ✭ 157 (+946.67%)
Mutual labels:  probot, probot-app
Pull
πŸ€– Keep your forks up-to-date via automated PRs
Stars: ✭ 3,364 (+22326.67%)
Mutual labels:  probot, probot-app

Probot semver

A GitHub app built with Probot that provides automatic semantic versioning support.

Features

When you push a tag:

  • If there are open issues in the corresponding milestone, an issue detailing them is automatically created and assigned to the user who pushed the tag.

When you publish a release:

  • The milestone for the release is automatically closed.
  • Milestones for the next major, minor, and patch releases are automatically created, if they don't yet exist.

Installation

This can be installed on your repository as a GitHub App: https://github.com/apps/probot-semver

Running Your Own Instance

See docs/deploy.md if you would like to run your own instance of this app.

# Install dependencies
npm install

# Run the bot
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].