-
Notifications
You must be signed in to change notification settings - Fork 5
23 lines (21 loc) · 1.36 KB
/
autopr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
########################################################################################################################
## ##
## This github workflow file is part of the Platform.sh process of updating and maintaining our collection of ##
## templates. For more information see https://github.com/platformsh-templates/ghrw-templates ##
## and https://github.com/search?q=topic%3Agithub-action+org%3Aplatformsh ##
## ##
## YOU CAN SAFELY DELETE THIS FILE ##
## ##
########################################################################################################################
name: Trigger Auto PR on push to update branch
on:
push:
branches:
- update
workflow_dispatch:
env:
PLATFORMSH_CLI_TOKEN: ${{ secrets.TEMPLATES_CLI_TOKEN }}
jobs:
run-reusable-autopr:
uses: platformsh-templates/ghrw-templates/.github/workflows/autopr.yaml@main
secrets: inherit