Skip to content

.github/workflows/merge-upstream-changes.yml #566

.github/workflows/merge-upstream-changes.yml

.github/workflows/merge-upstream-changes.yml #566

on:
schedule:
- cron: "10 10 * * *" # This gives mirror sync, which runs at 9:57, some time to complete.
workflow_dispatch: {}
permissions:
contents: write
pull-requests: write
jobs:
merge-from-mirror:
uses: mage-os/infrastructure/.github/workflows/merge-upstream-changes.yml@main
with:
upstream: https://github.com/mage-os/mirror-magento2.git
matrix: '{ branch: ["2.4-develop"] }'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
MAGEOS_GITHUB_TOKEN: ${{ secrets.MAGE_OS_CI_TOKEN }}