Skip to content

Commit

Permalink
chore(ci): chore(ci): use reusable stale bot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Oct 23, 2024
1 parent c3bfd40 commit 940155c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Mark stale issues and PRs'
on:
schedule:
- cron: '7 1 * * *'
workflow_dispatch:
inputs:

permissions:
contents: read
issues: write
pull-requests: write
jobs:
stale: # call reusable workflow from central '.github' repo
uses: open-component-model/.github/.github/workflows/stale.yml@main
secrets: inherit

0 comments on commit 940155c

Please sign in to comment.