mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
update actions
This commit is contained in:
parent
16d8966a80
commit
cebb292791
3
.github/workflows/ABAP_CLOUD.yaml
vendored
3
.github/workflows/ABAP_CLOUD.yaml
vendored
|
@ -2,9 +2,6 @@ name: ABAP_CLOUD
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
3
.github/workflows/ABAP_STANDARD.yaml
vendored
3
.github/workflows/ABAP_STANDARD.yaml
vendored
|
@ -2,9 +2,6 @@ name: ABAP_STANDARD
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
7
.github/workflows/auto_abaplint_fix.yaml
vendored
7
.github/workflows/auto_abaplint_fix.yaml
vendored
|
@ -1,9 +1,8 @@
|
||||||
name: auto_abaplint_fix
|
name: auto_abaplint_fix
|
||||||
on:
|
|
||||||
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- "main"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto_abaplint_fix:
|
auto_abaplint_fix:
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
name: auto_js2abap
|
name: auto_app2abap
|
||||||
on:
|
|
||||||
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- "main"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto_js2abap:
|
auto_app2abap:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
13
.github/workflows/mirror_ajson.yaml
vendored
13
.github/workflows/mirror_ajson.yaml
vendored
|
@ -30,14 +30,7 @@ jobs:
|
||||||
rm -rf ajson_mirror
|
rm -rf ajson_mirror
|
||||||
git status
|
git status
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
title: ajson, Automatic Update
|
title: mirror-ajson-update
|
||||||
branch: automatic/ajson
|
branch: mirror-ajson-update
|
||||||
body: |
|
|
||||||
Automatic update from mirror
|
|
||||||
https://github.com/abap2UI5/ajson_mirror
|
|
||||||
|
|
||||||
Make manual change to trigger CI
|
|
||||||
|
|
||||||
Note: manual changes might be overwritten when the branch updates, so keep changes small, and merge fast
|
|
13
.github/workflows/mirror_srtti.yaml
vendored
13
.github/workflows/mirror_srtti.yaml
vendored
|
@ -30,14 +30,7 @@ jobs:
|
||||||
rm -rf srtti_mirror
|
rm -rf srtti_mirror
|
||||||
git status
|
git status
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
title: ajson, Automatic Update
|
title: mirror-srtti-update
|
||||||
branch: automatic/ajson
|
branch: mirror-srtti-update
|
||||||
body: |
|
|
||||||
Automatic update from mirror
|
|
||||||
https://github.com/abap2UI5/ajson_mirror
|
|
||||||
|
|
||||||
Make manual change to trigger CI
|
|
||||||
|
|
||||||
Note: manual changes might be overwritten when the branch updates, so keep changes small, and merge fast
|
|
|
@ -4,7 +4,7 @@
|
||||||
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/UI5.yml)
|
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/UI5.yml)
|
||||||
<br>
|
<br>
|
||||||
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml)
|
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml)
|
||||||
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_js2abap.yml)
|
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_app2abap.yml)
|
||||||
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml)
|
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml)
|
||||||
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml)
|
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml)
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user