]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/.github/workflows/stale.yml
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / .github / workflows / stale.yml
1 name: 'Mark and close stale issues'
2 on:
3 schedule:
4 - cron: '30 1 * * *'
5
6 jobs:
7 stale:
8 runs-on: ubuntu-latest
9 steps:
10 - uses: actions/stale@v5
11 with:
12 stale-issue-message: 'This issue was marked as stale due to lack of activity.'
13 days-before-issue-stale: 60
14 exempt-issue-labels: 'do-not-stale'