Skip to content

Commit

Permalink
Add auto-update config for PR branches (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayrajagopalan-hmcts authored Jul 1, 2021
1 parent 47e9d83 commit d18080b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: autoupdate
on:
push:
branches:
- master
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-18.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DRY_RUN: "false"
MERGE_MSG: "Branch was auto-updated."
MERGE_CONFLICT_ACTION: "fail"

0 comments on commit d18080b

Please sign in to comment.