Welcome to mirror list, hosted at ThFree Co, Russian Federation.

follow-up-reviews.yml « workflows « .github - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 671a63152f10c43de9d6f7e87af4b83e813ece4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: 'Follow up reviews'
on:
  schedule:
    - cron: '30 1 * * *'

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v3
        with:
          debug-only: false
          start-date: 2021-03-01T00:00:00Z
          days-before-pr-stale: 7
          days-before-pr-close: -1
          only-pr-labels: Needs Review
          days-before-issue-stale: -1
          days-before-issue-close: -1
          stale-pr-message: This issue is in "needs review" but there has been no activity for 7 days. ping @tsteur @sgiehl @diosmosis @flamisz
          stale-pr-label: Stale