Skip to content

feat: DK-5158 initial commit #1

feat: DK-5158 initial commit

feat: DK-5158 initial commit #1

Workflow file for this run

name: pr-close
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on:
labels:
- minimalistic-v2
timeout-minutes: 3
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Get shared actions
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: 'DoodleScheduling/actions'
ref: v3
path: './.actions'
token: ${{ secrets.GH_ACTIONS }}
- uses: ./.actions/cancel-workflow