Skip to content

#98 trial of auto-PR #1

#98 trial of auto-PR

#98 trial of auto-PR #1

Workflow file for this run

name: Upstream to main
on:
# Trigger the workflow on certain events
pull_request:
branches:
- "psyclone-3.1.0"
types: [closed]
jobs:
open-pull_request:
if: ${{ github.event.pull_request.merged }}
uses: peter-evans/create-pull-request@v4

Check failure on line 13 in .github/workflows/upstream_main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upstream_main.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
commit-message: Merge changes from
title: ${{ github.event.pull_request.title }} - merge to main
base: main
labels: automated-pr
branch: "psyclone-3.1.0"
delete-branch: false