ci(bot): add issue bot (#7523)

This commit is contained in:
Manuel
2021-08-26 19:19:20 +02:00
committed by GitHub
parent dee5a13a85
commit 4a0b4ebc34
2 changed files with 11 additions and 0 deletions

10
.github/workflows/issue-bot.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Issue Bot
on: [issues]
jobs:
issue-bot:
runs-on: ubuntu-latest
steps:
- name: Inspect Issue
uses: parse-community/parse-issue-bot@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}