Skip to content

feat: allow inheriting or overwriting assignee #2

feat: allow inheriting or overwriting assignee

feat: allow inheriting or overwriting assignee #2

Workflow file for this run

name: 'Cherry pick Release/candidate into develop'
on:
pull_request:
branches:
- test
types:
- closed
jobs:
test-cherry-pick:
runs-on: ubuntu-latest
name: Test the cherry-pick action
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cherry pick
id: cherry-pick
uses: ./
with:
target-branch: 'target'
submodule-name: 'this-is-another-test'
pr-labels: 'bug'
- name: Get the output
run:
echo "The created PR number is ${{
steps.hello.outputs.pr-number }}"