Skip to content

.github/workflows/create_pr_to_develop.yml #344

.github/workflows/create_pr_to_develop.yml

.github/workflows/create_pr_to_develop.yml #344

name: Create Pull request from release branch to develop
on:
push:
branches:
- 'releases/**'
jobs:
create-pr-to-develop:
name: Create PR to develop
uses: tangem-developments/actions/.github/workflows/create_pr.yml@main

Check failure on line 10 in .github/workflows/create_pr_to_develop.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create_pr_to_develop.yml

Invalid workflow file

error parsing called workflow ".github/workflows/create_pr_to_develop.yml" -> "tangem-developments/actions/.github/workflows/create_pr.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
source_branch: ${{ github.ref_name }}
target_branch: develop
replace_android_tangem_dependencies: true
secrets:
AUTO_MERGE_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}