Skip to content

Commit 84e6fbf

Browse files
ko3n1gzoeyz101
authored andcommitted
ci: Add community-bot (NVIDIA-NeMo#300)
Signed-off-by: oliver könig <okoenig@nvidia.com> Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
1 parent 6ded439 commit 84e6fbf

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Stale-Close-Inactive-Issues-PRs
2+
on:
3+
schedule:
4+
- cron: "30 1 * * *"
5+
6+
jobs:
7+
close-issues:
8+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_close_inactive_issue_pr.yml@v0.44.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Community Bot
2+
3+
on:
4+
issues:
5+
types: [opened, edited, reopened, closed, deleted]
6+
issue_comment:
7+
types: [created, edited, deleted]
8+
9+
jobs:
10+
community-bot:
11+
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_community_bot.yml@v0.44.0
12+
secrets:
13+
GH_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)