Skip to content

Commit a3dfb41

Browse files
author
Aaron Roller
committed
updates PR on master commit AM-172/var-logs
1 parent c52080e commit a3dfb41

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/pr-updater.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)