mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
live run
This commit is contained in:
4
.github/workflows/issue_bot.yml
vendored
4
.github/workflows/issue_bot.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: Issue Bot
|
name: Issue Bot
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches: dev
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "20 */12 * * *"
|
- cron: "20 */12 * * *"
|
||||||
|
|
||||||
@@ -23,4 +25,4 @@ jobs:
|
|||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
debug-only: true
|
# debug-only: true
|
||||||
|
|||||||
Reference in New Issue
Block a user