Skip to content

Merge pull request #81 from openjavaformat/plugin-descriptor-public-api #178

Merge pull request #81 from openjavaformat/plugin-descriptor-public-api

Merge pull request #81 from openjavaformat/plugin-descriptor-public-api #178

name: Update PR branches
on:
push:
branches: [ 'main' ]
schedule:
# Run every hour to catch stuck PRs
- cron: '0 * * * *'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: adRise/update-pr-branch@e96e796f4ab23ab388016fdaed7092de99bd71cf # v0.11.1
with:
token: ${{ secrets.BOT_PAT }}
base: 'main'
required_approval_count: 1
require_passed_checks: true