Skip to content

Fix/correct changelog workflow #19

Fix/correct changelog workflow

Fix/correct changelog workflow #19

name: PR Issue Auto-Assignment
on:
pull_request_target:
types: [opened, reopened, closed]
permissions:
contents: read
issues: write
pull-requests: read
concurrency:
group: bot-autoassign-pr-link-${{ github.repository }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
auto-assign-issue:
uses: Eeshu-Yadav/openwisp-utils/.github/workflows/reusable-bot-autoassign.yml@feature/reusable-autoassign-workflow
with:
bot_command: issue_assignment
secrets:
OPENWISP_BOT_APP_ID: ${{ secrets.OPENWISP_BOT_APP_ID }}
OPENWISP_BOT_PRIVATE_KEY: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}