mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-11-01 22:35:32 +00:00
perf: 优化workflow名称 (#7323)
* workflow: 添加定时检查issue的workflow * perf: 优化workflow名称 Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
2
.github/workflows/issue-comment.yml
vendored
2
.github/workflows/issue-comment.yml
vendored
@@ -2,6 +2,8 @@ on:
|
|||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
|
name: Add issues workflow labels
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-label-if-is-author:
|
add-label-if-is-author:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
.github/workflows/issue-inactive-alert.yml
vendored
2
.github/workflows/issue-inactive-alert.yml
vendored
@@ -2,6 +2,8 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 * * 1"
|
- cron: "0 9 * * 1"
|
||||||
|
|
||||||
|
name: Check inactive issues
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-inactive-issues:
|
check-inactive-issues:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
.github/workflows/issue-recent-alert.yml
vendored
2
.github/workflows/issue-recent-alert.yml
vendored
@@ -2,6 +2,8 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 * * *"
|
- cron: "0 9 * * *"
|
||||||
|
|
||||||
|
name: Check recent handle issues
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-recent-issues-not-handle:
|
check-recent-issues-not-handle:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user