forked from opencast/opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (28 loc) · 925 Bytes
/
dependabot-batcher.yml
File metadata and controls
34 lines (28 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Dependabot Batcher v1.0.3
name: 'Dependabot Batcher for Paella 7'
# Controls when the workflow will run
on:
pull_request:
paths:
- 'modules/engage-paella-player-7/**'
push:
paths:
- 'modules/engage-paella-player-7/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
dependabot-batcher-paella-7:
name: 'Combine dependabot PRs'
runs-on: ubuntu-latest
steps:
# Batches Dependabot PRs into one by merging them into a combined branch, then raising a new PR
- name: 'Dependabot Batcher'
uses: Legal-and-General/dependabot-batcher@v1.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }} #required
baseBranchName: 'r/13.x' #optional
batchBranchName: 'paella7-batcher-updates'
batchPullTitle: 'Batch Dependabot Updates for Paella 7'