2022-05-02 18:04:43 +00:00
|
|
|
name: PR update
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- 'main'
|
2022-05-03 08:03:43 +00:00
|
|
|
- 'release-*'
|
2022-09-01 10:54:23 +00:00
|
|
|
|
2023-06-21 08:31:11 +00:00
|
|
|
permissions: {}
|
|
|
|
|
2022-05-02 18:04:43 +00:00
|
|
|
jobs:
|
2023-01-18 15:32:40 +00:00
|
|
|
autoupdate:
|
|
|
|
permissions:
|
2023-06-26 11:14:50 +00:00
|
|
|
contents: write
|
2023-01-18 15:32:40 +00:00
|
|
|
pull-requests: write
|
2023-01-06 17:28:15 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-01-06 18:10:49 +00:00
|
|
|
- name: Checkout
|
2023-06-12 08:11:03 +00:00
|
|
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
2022-05-02 18:04:43 +00:00
|
|
|
- name: Automatically update PR
|
|
|
|
uses: adRise/update-pr-branch@437fab6e0ac7d2a668f2c479f64225edd7f303fd # v0.6.0
|
|
|
|
with:
|
2023-06-21 08:31:11 +00:00
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
2022-09-01 10:54:23 +00:00
|
|
|
base: ${{ github.ref_name }}
|
2022-05-02 18:04:43 +00:00
|
|
|
required_approval_count: 1
|
2022-09-01 17:14:57 +00:00
|
|
|
require_passed_checks: false
|
2023-01-05 09:37:41 +00:00
|
|
|
sort: updated
|
|
|
|
direction: asc
|