Skip to content

[change] Eliminate redundancy of header HTML #314 #20

[change] Eliminate redundancy of header HTML #314

[change] Eliminate redundancy of header HTML #314 #20

name: Issue Assignment Bot
on:
issue_comment:
types: [created]
permissions:
contents: read
issues: write
concurrency:
group: bot-autoassign-issue-${{ github.repository }}-${{ github.event.issue.number }}
cancel-in-progress: true
jobs:
respond-to-assign-request:
if: github.event.issue.pull_request == null
uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-autoassign.yml@master
with:
bot_command: issue_assignment
secrets:
OPENWISP_BOT_APP_ID: ${{ secrets.OPENWISP_BOT_APP_ID }}
OPENWISP_BOT_PRIVATE_KEY: ${{ secrets.OPENWISP_BOT_PRIVATE_KEY }}