diff --git a/.github/workflows/issueBot.yaml b/.github/workflows/issueBot.yaml new file mode 100644 index 0000000..5c3053b --- /dev/null +++ b/.github/workflows/issueBot.yaml @@ -0,0 +1,13 @@ +on: [issue_comment] + +jobs: + bossbot_issue_comment_cleanup: + runs-on: ubuntu-latest + name: BossBot Issues Cleanup + steps: + - uses: actions/checkout@v2 + - name: BossBot Issues Cleanup - action step + uses: banagale/bossbot-action@master + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SHOW_ANNOTATION: true \ No newline at end of file