Remove one-time v17.7.0 patch workflow
This commit is contained in:
parent
e8cb28602d
commit
7efc2e8d99
34
.github/workflows/patch-v1770-foundation.yml
vendored
34
.github/workflows/patch-v1770-foundation.yml
vendored
@ -1,34 +0,0 @@
|
|||||||
name: Apply Caterium v17.7.0 architecture foundation
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- feature/v17.7.0-architecture-foundation
|
|
||||||
paths:
|
|
||||||
- .github/workflows/patch-v1770-foundation.yml
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
patch:
|
|
||||||
if: github.actor != 'github-actions[bot]'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 22
|
|
||||||
- name: Apply v17.7.0 foundation patch
|
|
||||||
run: node .github/scripts/patch-v1770-foundation.mjs
|
|
||||||
- name: Commit foundation patch
|
|
||||||
run: |
|
|
||||||
git config user.name "github-actions[bot]"
|
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
||||||
git add public package.json package-lock.json docs tests ops/sql
|
|
||||||
if git diff --cached --quiet; then
|
|
||||||
echo "No changes"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
git commit -m "Apply Caterium v17.7.0 architecture foundation"
|
|
||||||
git push
|
|
||||||
Loading…
Reference in New Issue
Block a user