Skip to content

Automatic rebase of branches with open PRs with label rebase

Notifications You must be signed in to change notification settings

Vin65/auto-rebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Rebase

This action rebases all open PR's when the base branch in updated.

Inputs

github_token

Required Github token for the repository

filter

label default Rebase PRs that contain the label rebase

auto-merge Only rebase PR's set automatically merge when all requirements are met

always Rebase all PR's to the current branch

Example usage

on:
  push:
    branches:
      - master

jobs:
  rebase:
    runs-on: ubuntu-latest
    steps:
      - uses: Vin65/[email protected]
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          filter: label

About

Automatic rebase of branches with open PRs with label rebase

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%