Skip to content

Commit 2c7b1de

Browse files
Merge pull request #18 from step-security/Raj-StepSecurity-patch-1
Create auto_cherry_pick.yml
2 parents 31a60b5 + 83377cd commit 2c7b1de

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Auto Cherry-Pick from Upstream
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
base_branch:
7+
description: "Base branch to create the PR against"
8+
required: true
9+
default: "main"
10+
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
packages: read
15+
issues: write
16+
17+
jobs:
18+
cherry-pick:
19+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
20+
with:
21+
original-owner: "stefanzweifel"
22+
repo-name: "git-auto-commit-action"
23+
base_branch: ${{ inputs.base_branch }}

0 commit comments

Comments
 (0)