Skip to content

jimbloemkolk/auto-rebase

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

auto-merge default 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:
      - main

jobs:
  rebase:
    runs-on: ubuntu-latest
    steps:
      - uses: jimbloemkolk/auto-rebase@v0.1.0
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published