Skip to content

Commit a501d2e

Browse files
authored
Add GitHub Actions workflow for issue bot
0 parents  commit a501d2e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/issue-bot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Issue Bot
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
issue_comment:
8+
types:
9+
- created
10+
schedule:
11+
- cron: "30 1 * * *"
12+
workflow_dispatch:
13+
14+
jobs:
15+
issue-bot:
16+
uses: zotero-plugin-dev/workflows/.github/workflows/issue-bot.yml@main
17+
secrets:
18+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)