Skip to content

Nightly Merge

Nightly Merge #650

Workflow file for this run

name: 'Nightly Merge'
on:
schedule:
- cron: '0 0 * * *'
jobs:
nightly-merge:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@14b4a4cf358f7479aa708bee05cf8a794d6a2516
with:
stable_branch: 'RELEASE_next_patch'
development_branch: 'RELEASE_next_minor'
allow_ff: true
allow_forks: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}