Skip to content

Unable to inculde bullet points in "Reapit Summary" #38927

Unable to inculde bullet points in "Reapit Summary"

Unable to inculde bullet points in "Reapit Summary" #38927

Workflow file for this run

name: AutoBot
on:
issues:
types:
- opened
- reopened
- closed
- labeled
project_card:
types:
- moved
issue_comment:
types:
- created
jobs:
reply:
runs-on: ubuntu-latest
name: Label Issue
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ./packages/auto-reply-bot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}