Skip to content

fix: shutdown behavior for the instance defaults to STOP #15

fix: shutdown behavior for the instance defaults to STOP

fix: shutdown behavior for the instance defaults to STOP #15

Workflow file for this run

---
name: Auto Assign PRs
on:
pull_request:
types: [opened, reopened]
workflow_dispatch:
jobs:
assignee:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
assignees: 'clouddrove-ci'
...