We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52080e commit a3dfb41Copy full SHA for a3dfb41
1 file changed
.github/workflows/pr-updater.yml
@@ -0,0 +1,17 @@
1
+name: Updated Pull Requests
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+jobs:
8
+ autoupdate:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ # stick to v1 checkout. see https://github.community/t5/GitHub-Actions/Push-from-action-even-with-PAT-does-not-trigger-action/m-p/46293#M6505
12
+ - uses: actions/checkout@v1
13
+ - name: update all pull requests
14
+ uses: maxkomarychev/pr-updater-action@v1.0.0
15
+ with:
16
+ token: ${{ secrets.PR_UPDATER_TOKEN }}
17
0 commit comments