Skip to content

A github action allowing to iterate through all opened pull requests, find the ones marked “auto merge” and, if possible, update the source branch.

Notifications You must be signed in to change notification settings

ClementKunz/auto-update-branch-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto update branch action

This action allow to iterate through all opened pull requests, find the ones marked “auto merge” and, if possible, update the source branch.

Inputs

bearer-token

A token with read and write access to the repository must be provided.

Example usage

uses: actions/ClementKunz/[email protected]
with:
  bearer-token: ${{ secrets.my_token }}

About

A github action allowing to iterate through all opened pull requests, find the ones marked “auto merge” and, if possible, update the source branch.

Resources

Stars

Watchers

Forks

Packages

No packages published