Skip to content

Commit 43e9469

Browse files
committed
dev: use doomemacs/ci@legacy
And add common triage workflow.
1 parent d1c00c5 commit 43e9469

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/workflows/add-to-project.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
name: Add issues to project
2-
32
on:
43
issues:
5-
types:
6-
- opened
7-
4+
types: [opened]
85
jobs:
96
add-to-project:
10-
name: Add issue to project
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/add-to-project@main
14-
with:
15-
project-url: https://github.com/orgs/doomemacs/projects/2
16-
github-token: ${{ github.token }}
17-
labeled: needs-triage
7+
uses: doomemacs/ci/.github/workflows/add-to-project.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)