dev: use doomemacs/ci@legacy
This commit is contained in:
parent
47269c506c
commit
7a30582505
2 changed files with 4 additions and 37 deletions
14
.github/workflows/add-to-project.yml
vendored
14
.github/workflows/add-to-project.yml
vendored
|
@ -1,17 +1,7 @@
|
||||||
name: Add issues to project
|
name: Add issues to project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types:
|
types: [opened]
|
||||||
- opened
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-to-project:
|
add-to-project:
|
||||||
name: Add issue to project
|
uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/add-to-project@main
|
|
||||||
with:
|
|
||||||
project-url: https://github.com/orgs/doomemacs/projects/2
|
|
||||||
github-token: ${{ github.token }}
|
|
||||||
labeled: needs-triage
|
|
||||||
|
|
27
.github/workflows/triage.yml
vendored
27
.github/workflows/triage.yml
vendored
|
@ -3,28 +3,5 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */12 * * *' # twice, daily
|
- cron: '0 */12 * * *' # twice, daily
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
triage:
|
||||||
timeout-minutes: 10
|
use: doomemacs/ci/.github/workflows/triage.yml@legacy
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v3
|
|
||||||
with:
|
|
||||||
stale-issue-message: >
|
|
||||||
:warning: **This issue has been automatically marked stale because
|
|
||||||
due to 60 days of inactivity.** If this issue is still valid, please
|
|
||||||
reply to it or it will be closed in 7 days.
|
|
||||||
stale-pr-message: >-
|
|
||||||
:warning: **This pull request has been automatically marked stale
|
|
||||||
due to 60 days of inactivity.** If this PR is still valid, please
|
|
||||||
reply to it or it will be closed in 7 days.
|
|
||||||
exempt-issue-labels: ':heart:,needs-triage,help wanted,1. announcement,2. status:confirmed,2. status:waiting,2. status:undecided'
|
|
||||||
exempt-pr-labels: ':heart:,needs-triage,2. status:confirmed,2. status:archived,2. status:resolved-temporarily,2. status:waiting,2. status:needs-work,2. status:undecided'
|
|
||||||
stale-issue-label: stale
|
|
||||||
stale-pr-label: stale
|
|
||||||
exempt-all-milestones: true
|
|
||||||
exempt-all-assignees: true
|
|
||||||
- uses: dessant/lock-threads@v2
|
|
||||||
with:
|
|
||||||
github-token: ${{ github.token }}
|
|
||||||
issue-lock-inactive-days: '90'
|
|
||||||
pr-lock-inactive-days: '90'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue