Skip to content

Commit

Permalink
Merge pull request #5227 from smartcontractkit/chore/ch10660/add_auto…
Browse files Browse the repository at this point in the history
…_rebase

Switch to Auto Update action
  • Loading branch information
j16r committed Oct 14, 2021
2 parents 76a6d87 + e8d17e4 commit 37943eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/auto-rebase.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/auto-update.yml
@@ -0,0 +1,16 @@
on:
push:
branches:
- develop

jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: smartcontractkit/update-pr-branch@master
with:
token: ${{ secrets.AUTOREBASE_TOKEN }}
base: 'develop'
required_approval_count: 1
require_passed_checks: false

0 comments on commit 37943eb

Please sign in to comment.