Change my kSuite banner #267
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |