Skip to content

Bump adRise/update-pr-branch from 0.9.0 to 0.9.1 in the actions group… #121

Bump adRise/update-pr-branch from 0.9.0 to 0.9.1 in the actions group…

Bump adRise/update-pr-branch from 0.9.0 to 0.9.1 in the actions group… #121

name: PR update
on:
push:
branches:
- "main"
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: "main"
required_approval_count: 1
require_passed_checks: false
sort: "created"
direction: "desc"
require_auto_merge_enabled: true