Skip to content

Commit 6d6c0b2

Browse files
authored
ci: Add community-bot (#300)
Signed-off-by: oliver könig <[email protected]>
1 parent 81e6cac commit 6d6c0b2

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
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/[email protected]
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/[email protected]
12+
secrets:
13+
GH_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)