chore(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#55) #93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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.6.0 | |
with: | |
token: ${{ secrets.AUTO_MERGE_TOKEN }} | |
base: 'main' | |
required_approval_count: 0 | |
require_passed_checks: true | |
sort: 'created' | |
direction: 'desc' |