Skip to content

Commit 70c7b3c

Browse files
authored
add auto rebase action workflow (#35)
* add auto rebase action workflow * use full sha * Update auto-update.yml
1 parent 8ee0bd0 commit 70c7b3c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto-update
2+
# Auto-update only listens to `push` events.
3+
# If a pull request is already outdated when enabling auto-merge, manually click on the "Update branch" button a first time to avoid having to wait for another commit to land on the base branch for the pull request to be updated.
4+
on: push
5+
6+
jobs:
7+
Auto:
8+
name: Auto-update
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: tibdex/auto-update@4081c5bdc34560b58288a010318054e63e6f4a51
12+
with:
13+
github_token: ${{ secrets.AUTO_REBASE_PAT }}
14+

0 commit comments

Comments
 (0)