Skip to content

chore(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5… #66

chore(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5…

chore(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5… #66

Workflow file for this run

---
# This file is sync'd from https://github.com/hutchic-org/template-template
# Do not edit this file from anywhere else but that repository it will be overwritten
name: Auto update PR's
on: # yamllint disable-line rule:truthy
push:
branches:
- 'main'
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@v0.9.1
with:
token: ${{ secrets.AUTO_MERGE_TOKEN }}
base: 'main'
required_approval_count: 0
require_passed_checks: true
sort: 'created'
direction: 'desc'