Skip to content

added more exclamation #5

added more exclamation

added more exclamation #5

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