Skip to content

Commit

Permalink
Auto-update PRs (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotuzun authored Jan 9, 2025
1 parent 87fa76b commit b5f7960
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: autoupdate

on:
push:
branches:
- master

jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DRY_RUN: "false"
PR_FILTER: "auto_merge"
PR_LABELS: "auto-update,keep up-to-date"
PR_READY_STATE: "ready_for_review"
MERGE_MSG: "Branch was auto-updated."
RETRY_COUNT: "2"
RETRY_SLEEP: "60000"
MERGE_CONFLICT_ACTION: "fail"

0 comments on commit b5f7960

Please sign in to comment.