ci: add stale workflow

Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
Emilien Escalle 2024-03-26 15:01:07 +01:00
parent d11bcada2c
commit 498d75a404
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Internal - Main - Continuous Integration
on: on:
push: push:
branches: [main] branches: [main]
tags: ["*"]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}

9
.github/workflows/stale.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: Mark stale issues and pull requests
on:
schedule:
- cron: "30 1 * * *"
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.12.0