Skip to content

chore(ci): DSPX-850 - Add workflows to support LTS releases (#260) #5

chore(ci): DSPX-850 - Add workflows to support LTS releases (#260)

chore(ci): DSPX-850 - Add workflows to support LTS releases (#260) #5

Workflow file for this run

name: "Backport merged pull request"
on:
pull_request:
types: [closed]
issue_comment:
types: [created]
# Default empty permissions for all jobs
permissions: {}
jobs:
backport:
permissions:
contents: write
pull-requests: write
id-token: write
if: |
(
github.event_name == 'pull_request' &&
github.event.pull_request.merged
) || (
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/backport')
)
uses: opentdf/platform/reusable_backport.yaml@main

Check failure on line 26 in .github/workflows/backport.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/backport.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'