forked from mirrors/qmk_userspace
Add merge workflow for XAP branch (#16652)
* Add merge workflow for XAP branch * uncomment
This commit is contained in:
parent
e9bf95e0f2
commit
46e85ded47
2 changed files with 34 additions and 8 deletions
8
.github/workflows/develop_update.yml
vendored
8
.github/workflows/develop_update.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
develop_update:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -22,14 +21,7 @@ jobs:
|
|||
git fetch origin master develop
|
||||
git checkout develop
|
||||
|
||||
- name: Check if branch locked
|
||||
id: check_locked
|
||||
uses: andstor/file-existence-action@v1
|
||||
with:
|
||||
files: ".locked"
|
||||
|
||||
- name: Update develop from master
|
||||
if: steps.check_locked.outputs.files_exists == 'false'
|
||||
run: |
|
||||
git config --global user.name "QMK Bot"
|
||||
git config --global user.email "hello@qmk.fm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue