Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 4d63e22

Browse files
committed
dev(ci): add common workflows
1 parent b51bb97 commit 4d63e22

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Add issues to project
2+
on:
3+
issues:
4+
types: [opened]
5+
jobs:
6+
add-to-project:
7+
uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy

.github/workflows/lint-commits.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Lint commits
2+
on: [push, pull_request]
3+
jobs:
4+
lint-commits:
5+
uses: doomemacs/ci/.github/workflows/lint-commits.yml@legacy

.github/workflows/triage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Mark stale issues and lock closed threads
2+
on:
3+
schedule:
4+
- cron: '0 */12 * * *' # twice, daily
5+
jobs:
6+
triage:
7+
use: doomemacs/ci/.github/workflows/triage.yml@legacy

0 commit comments

Comments
 (0)