mirror of https://github.com/jumpserver/jumpserver
perf: 优化workflow名称 (#7323)
* workflow: 添加定时检查issue的workflow * perf: 优化workflow名称 Co-authored-by: ibuler <ibuler@qq.com>pull/7331/head
parent
495a6fbc95
commit
77f2bd9262
|
@ -2,6 +2,8 @@ on:
|
|||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
name: Add issues workflow labels
|
||||
|
||||
jobs:
|
||||
add-label-if-is-author:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -2,6 +2,8 @@ on:
|
|||
schedule:
|
||||
- cron: "0 9 * * 1"
|
||||
|
||||
name: Check inactive issues
|
||||
|
||||
jobs:
|
||||
check-inactive-issues:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -2,6 +2,8 @@ on:
|
|||
schedule:
|
||||
- cron: "0 9 * * *"
|
||||
|
||||
name: Check recent handle issues
|
||||
|
||||
jobs:
|
||||
check-recent-issues-not-handle:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue