update actions

This commit is contained in:
oblomov-dev 2025-02-19 13:18:24 +00:00 committed by GitHub
parent 16d8966a80
commit cebb292791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 37 deletions

View File

@ -2,9 +2,6 @@ name: ABAP_CLOUD
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read

View File

@ -2,9 +2,6 @@ name: ABAP_STANDARD
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read

View File

@ -1,9 +1,8 @@
name: auto_abaplint_fix
on:
on:
push:
branches:
- "main"
workflow_dispatch:
branches: [main]
jobs:
auto_abaplint_fix:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -4,7 +4,7 @@
[![UI5_2X](https://github.com/abap2UI5/abap2UI5/actions/workflows/UI5.yml/badge.svg?branch=main)](https://github.com/abap2UI5/abap2UI5/actions/workflows/UI5.yml)
<br>
[![auto_downport](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml)
[![auto_js2abap](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_js2abap.yml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_js2abap.yml)
[![auto_app2abap](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_app2abap.yml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_app2abap.yml)
[![auto_frontend](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml)
[![auto_abaplint_fix](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml/badge.svg)](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml)
<br>