Skip to content

Change my kSuite banner #267

Change my kSuite banner

Change my kSuite banner #267

name: Update branch marked auto merge
on:
# Allows manual execution
workflow_dispatch:
#
pull_request:
branches-ignore:
- 'release/**'
types: [closed]
concurrency:
group: auto-update
cancel-in-progress: true
jobs:
update-branch:
runs-on: [ macOS ]
steps:
- uses: ClementKunz/[email protected]
with:
bearer-token: ${{ secrets.AUTO_UPDATE_BRANCH_TOKEN }}