Skip to content

Bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 (#15) #69

Bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 (#15)

Bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 (#15) #69

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