Skip to content

Commit 6bad3ed

Browse files
committed
chore: add responded and stale issue/pr workflows
Signed-off-by: Charles Moore <[email protected]>
1 parent 1814330 commit 6bad3ed

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/responded.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Contributor Responded
2+
on:
3+
issue_comment:
4+
types: [created, edited]
5+
6+
jobs:
7+
label-new-prs:
8+
uses: OpenJobDescription/.github/.github/workflows/reusable_responded.yml@mainline
9+
secrets: inherit
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Check stale issues/PRs.'
2+
on:
3+
schedule:
4+
# Run every hour on the hour
5+
- cron: '0 * * * *'
6+
7+
jobs:
8+
label-new-prs:
9+
uses: OpenJobDescription/.github/.github/workflows/reusable_stale_prs_and_issues.yml@mainline
10+
secrets: inherit

0 commit comments

Comments
 (0)