Skip to content

Commit

Permalink
Create auto update workflow (#11483)
Browse files Browse the repository at this point in the history
* Create auto-update.yml

* Ignore merge conflicts
  • Loading branch information
DylanTinianov authored Dec 6, 2023
1 parent 14d22df commit 79da81f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto Update
on:
push:
branches:
- develop
jobs:
autoupdate:
name: Auto Update
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "auto-update"
MERGE_MSG: "Branch was auto-updated."
MERGE_CONFLICT_ACTION: "ignore"

0 comments on commit 79da81f

Please sign in to comment.