1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-11 10:26:54 +00:00
kyverno/.github/workflows/pr-update.yaml
2022-09-01 10:54:23 +00:00

23 lines
536 B
YAML

name: PR update
on:
push:
branches:
- 'main'
- 'release-*'
jobs:
autoupdate:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@437fab6e0ac7d2a668f2c479f64225edd7f303fd # v0.6.0
with:
token: ${{ secrets.PR_UPDATE_TOKEN }}
base: ${{ github.ref_name }}
required_approval_count: 1
require_passed_checks: true
sort: 'updated'
direction: 'asc'