Skip to content

Repository files navigation

Update branches with enabled auto-merge action

Inputs:

  • token (required) - Github token required to push the commit to the branch
  • head (required) - Name of yours main branch which needs to be updated

Use example:

name: PR update
on:
push:
branches:
- "master"
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update AutoMerged Pull Request
uses: GithubActionTestingOrg/AutoMergeAction@v2.1
with:
token: ${{ secrets.GH_TOKEN }}
head: 'master'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages