Skip to content

Bump semver from 5.7.1 to 5.7.2 #411

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #411

Workflow file for this run

name: 'Link Issue to PR'
on:
pull_request:
types: [opened]
jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # required
branch-prefix: 'issue-' # required
resolve: 'true' # optional (default: "false")
# Self hosted deploy server cleanup, should ALWAYS run independent to result
- name: Cleanup
if: ${{ always() }}
run: docker ps -q | xargs -n 1 -P 8 -I {} docker stop {}