Skip to content

GitHub Actions: Add Release Drafter workflow (#4) #8

GitHub Actions: Add Release Drafter workflow (#4)

GitHub Actions: Add Release Drafter workflow (#4) #8

Workflow file for this run

name: Update Data
on:
workflow_dispatch:
schedule:
- cron: '13 3 * * 1' # Weekly on Monday
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
update-data:
uses: typisttech/.github/.github/workflows/create-auto-merged-pull-request-php.yml@v2
permissions:
contents: read
with:
command: composer data:update
php-version: '8.4'
branch: "tastendruck/github_actions/update-data/${{ github.ref_name }}"
labels: |
tastendruck
github_actions
update-data
secrets: inherit