Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: launchpad
name: generate_overview_apps

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ permissions:
pull-requests: write

jobs:
launchpad:
generate_overview_apps:
if: github.ref == 'refs/heads/standard'
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -24,14 +24,21 @@ jobs:
- run: npm ci
- run: npm run launchpad

- name: Stamp last run date into README
run: |
STAMP=$(date -u '+%Y-%m-%d %H:%M UTC')
sed -i "s|<!-- last-run -->.*<!-- /last-run -->|<!-- last-run -->$STAMP<!-- /last-run -->|" README.md

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
add-paths: src
commit-message: Regenerate launchpad
add-paths: |
src
README.md
commit-message: Regenerate overview apps
author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
committer: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
branch: launchpad/regenerate
branch: generate_overview_apps/regenerate
delete-branch: true
title: Regenerate launchpad
body: Automated launchpad regeneration.
title: Regenerate overview apps
body: Automated overview apps regeneration.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<br>
[![auto_downport](https://github.com/abap2UI5/samples/actions/workflows/auto_downport.yaml/badge.svg)](https://github.com/abap2UI5/samples/actions/workflows/auto_downport.yaml)
[![auto_cloud](https://github.com/abap2UI5/samples/actions/workflows/auto_cloud.yaml/badge.svg)](https://github.com/abap2UI5/samples/actions/workflows/auto_cloud.yaml)
[![generate_overview_apps](https://github.com/abap2UI5/samples/actions/workflows/generate_overview_apps.yaml/badge.svg)](https://github.com/abap2UI5/samples/actions/workflows/generate_overview_apps.yaml)

_generate_overview_apps last run: <!-- last-run -->never<!-- /last-run -->_


# abap2UI5-samples
Expand Down