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:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
3
.github/workflows/ABAP_STANDARD.yaml
vendored
3
.github/workflows/ABAP_STANDARD.yaml
vendored
|
@ -2,9 +2,6 @@ name: ABAP_STANDARD
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
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
|
||||
on:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
workflow_dispatch:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
auto_abaplint_fix:
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
name: auto_js2abap
|
||||
on:
|
||||
name: auto_app2abap
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
workflow_dispatch:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
auto_js2abap:
|
||||
auto_app2abap:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
git status
|
||||
- name: Open PR
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: ajson, Automatic Update
|
||||
branch: automatic/ajson
|
||||
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
|
||||
title: mirror-ajson-update
|
||||
branch: mirror-ajson-update
|
13
.github/workflows/mirror_srtti.yaml
vendored
13
.github/workflows/mirror_srtti.yaml
vendored
|
@ -30,14 +30,7 @@ jobs:
|
|||
rm -rf srtti_mirror
|
||||
git status
|
||||
- name: Open PR
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: ajson, Automatic Update
|
||||
branch: automatic/ajson
|
||||
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
|
||||
title: mirror-srtti-update
|
||||
branch: mirror-srtti-update
|
|
@ -4,7 +4,7 @@
|
|||
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/UI5.yml)
|
||||
<br>
|
||||
[](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_abaplint_fix.yaml)
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue
Block a user