Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Automerge renovate prs (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
arshinsalim authored Jun 13, 2022
1 parent 984b5f7 commit d53078b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Combine Renovate Pull Requests"

on:
schedule:
- cron: '00 10 * * 1' # Runs at 10 AM every Monday

workflow_dispatch:

jobs:
combine-prs:
name: "Combine Renovate Pull Requests"
runs-on: ubuntu-20.04
steps:
- uses: hmcts/am-github-actions/combine-prs@master
name: "Combine Renovate Pull Requests"
with:
branchPrefix: "renovate"
mustBeGreen: "true"
combineBranchName: "combine-prs-branch"
ignoreLabel: "nocombine"
combinePullRequestTitle: "Renovate Combined Pull Request"
closeCombinedPrs: "true"
githubToken: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d53078b

Please sign in to comment.