mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
ci: testing PR create and merge - testing to see if merge loop stops
This commit is contained in:
parent
4c056a327c
commit
31837eb7ec
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -15,7 +15,7 @@ concurrency: production
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: bump tag version and release
|
name: bump tag version and release
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -42,6 +42,7 @@ jobs:
|
|||||||
- name: auto commit
|
- name: auto commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
commit_message: "[skip ci] Automated Change"
|
||||||
branch: update-from-${{ github.sha }}
|
branch: update-from-${{ github.sha }}
|
||||||
# create PR using GitHub CLI
|
# create PR using GitHub CLI
|
||||||
- name: create PR with update info
|
- name: create PR with update info
|
||||||
|
Loading…
Reference in New Issue
Block a user