summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/.github/workflows/stale.yml
blob: 214516541722d53df3d88f7185cffb1c3f8b74e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: 'Mark and close stale issues'
on:
  schedule:
    - cron: '30 1 * * *'

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v5
        with:
          stale-issue-message: 'This issue was marked as stale due to lack of activity.'
          days-before-issue-stale: 60
          exempt-issue-labels: 'do-not-stale'