Skip to content

Commit

Permalink
[github-workflows] Issue-Comment Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed Jul 12, 2024
1 parent dc9b5ac commit 1ee625a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/issueBot.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ee625a

Please sign in to comment.