Skip to content

chore(deps): bump molecule from 24.2.1 to 24.6.0 in /molecule #273

chore(deps): bump molecule from 24.2.1 to 24.6.0 in /molecule

chore(deps): bump molecule from 24.2.1 to 24.6.0 in /molecule #273

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-latest
name: Backport
if: >
github.event.pull_request.merged
&& (
github.event.action == 'closed'
|| (
github.event.action == 'labeled'
&& contains(github.event.label.name, 'backport')
)
)
steps:
- uses: tibdex/backport@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title_template: "[Backport] <%= title %>"