Skip to content

Commit

Permalink
added update-pr-branch action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jan 5, 2024
1 parent d9fc8e7 commit 2162a76
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-pr-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 2162a76

Please sign in to comment.