Skip to content

Commit

Permalink
feat(gotoprod); init reusable workflow to create PR for GTP
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Aug 19, 2024
1 parent 0ca6953 commit 186a044
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workflow-templates/gotoprod-pr.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Go-To-Prod PR",
"description": "Go-To-Prod PR workflow template.",
"iconName": "octicon goal",
"categories": [
"Automation",
"deployment",
"utilities"
]
}
10 changes: 10 additions & 0 deletions workflow-templates/gotoprod-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Go-To-Prod PR

on:
push:
branches:
- $default-branch

jobs:
call-gotoprod-pr-workflow:
uses: ZeroGachis/.github/.github/workflows/create-gotoprod-pr.yml@v4

0 comments on commit 186a044

Please sign in to comment.