summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update_pr.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/update_pr.yml b/.github/workflows/update_pr.yml
new file mode 100644
index 000000000..ae58b7a8e
--- /dev/null
+++ b/.github/workflows/update_pr.yml
@@ -0,0 +1,16 @@
+name: PR update
+
+on:
+ push:
+ branches:
+ - 'master'
+jobs:
+ autoupdate:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Automatically update PR
+ uses: adRise/update-pr-branch@v0.4.0
+ with:
+ token: ${{ secrets.ACTION_USER_TOKEN }}
+ base: 'master'
+ required_approval_count: 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback