Skip to content

feat: added automerge and updated the workflows #8

feat: added automerge and updated the workflows

feat: added automerge and updated the workflows #8

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/auto_assignee.yml@1.2.1
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
assignees: 'clouddrove-ci'