Skip to content

Use host.id for sorting security data #9

Use host.id for sorting security data

Use host.id for sorting security data #9

Workflow file for this run

name: Automatic backport action
on:
pull_request_target:
branches: ['master']
types: ["labeled", "closed"]
jobs:
backport:
name: Backport PR
runs-on: ubuntu-latest
if: |
github.event.pull_request.merged == true
&& !contains(github.event.pull_request.labels.*.name, 'backport')
steps:
- name: Backport Action
uses: sorenlouv/[email protected]
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Info log
if: ${{ success() }}
run: cat ~/.backport/backport.info.log
- name: Debug log
if: ${{ failure() }}
run: cat ~/.backport/backport.debug.log