Skip to content

@box/box-java-sdk v4.1.2 release note #1546

@box/box-java-sdk v4.1.2 release note

@box/box-java-sdk v4.1.2 release note #1546

Workflow file for this run

name: Merge Schedule
on:
pull_request:
types:
- opened
- edited
- synchronize
schedule:
# https://crontab.guru/every-hour
- cron: 0 16 * * *
jobs:
merge_schedule:
runs-on: ubuntu-latest
steps:
- uses: gr2m/[email protected]
with:
merge_method: squash
env:
GITHUB_TOKEN: ${{ secrets.DISPATCH_ACCESS_TOKEN }}