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: on:
pull_request: pull_request:
branches: [main]
push:
branches: [main]
permissions: permissions:
contents: read contents: read

View File

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

View File

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

View File

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

View File

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

View File

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

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) [![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> <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_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_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) [![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> <br>