Skip to content

Commit 5f9d876

Browse files
committed
add workflow
1 parent b6bf5c0 commit 5f9d876

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/issue-bot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Issue Bot
2+
on: [issues]
3+
jobs:
4+
issue-bot:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Inspect Issue
8+
uses: parse-community/parse-issue-bot@main
9+
with:
10+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)