dev: use doomemacs/ci@legacy

This commit is contained in:
Henrik Lissner 2022-05-03 16:25:17 +02:00
parent 47269c506c
commit 7a30582505
No known key found for this signature in database
GPG Key ID: B60957CA074D39A3
2 changed files with 4 additions and 37 deletions

View File

@ -1,17 +1,7 @@
name: Add issues to project
on:
issues:
types:
- opened
types: [opened]
jobs:
add-to-project:
name: Add issue to project
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
uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy

View File

@ -3,28 +3,5 @@ on:
schedule:
- cron: '0 */12 * * *' # twice, daily
jobs:
lock:
timeout-minutes: 10
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'
triage:
use: doomemacs/ci/.github/workflows/triage.yml@legacy