We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c00c5 commit 43e9469Copy full SHA for 43e9469
.github/workflows/add-to-project.yml
@@ -1,17 +1,7 @@
1
name: Add issues to project
2
-
3
on:
4
issues:
5
- types:
6
- - opened
7
+ types: [opened]
8
jobs:
9
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
+ uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy
.github/workflows/triage.yml
@@ -0,0 +1,7 @@
+name: Mark stale issues and lock closed threads
+on:
+ schedule:
+ - cron: '0 */12 * * *' # twice, daily
+jobs:
+ triage:
+ use: doomemacs/ci/.github/workflows/triage.yml@legacy
0 commit comments