Skip to content

linux-eic-shell.yml: provide PIPELINE_NAME to detector_benchmarks #190

linux-eic-shell.yml: provide PIPELINE_NAME to detector_benchmarks

linux-eic-shell.yml: provide PIPELINE_NAME to detector_benchmarks #190

Workflow file for this run

name: Backport merged pull request
on:
pull_request_target:
types: [closed]
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v2
with:
github_token: ${{ secrets.BACKPORT_ACTION_TOKEN }}