Skip to content

.github/workflows/auto-merge.yml #270

.github/workflows/auto-merge.yml

.github/workflows/auto-merge.yml #270

Workflow file for this run

name: auto-merge
on:
status:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: >-
${{ github.event.state == 'success' &&
(github.event.context == 'continuous-integration/jenkins/pr-head' ||
github.event.context == 'continuous-integration/jenkins/pr-merge') }}
uses: flowcommerce/code-steward/.github/workflows/auto-merge.yml@main

Check failure on line 16 in .github/workflows/auto-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-merge.yml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-merge.yml" -> "flowcommerce/code-steward/.github/workflows/auto-merge.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:
sha: ${{ github.event.sha }}
secrets: inherit