Skip to content

Commit

Permalink
ci: add stale workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Mar 26, 2024
1 parent d11bcad commit 498d75a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Internal - Main - Continuous Integration
on:
push:
branches: [main]
tags: ["*"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit 498d75a

Please sign in to comment.