قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* Use explicit "ubuntu-24.04" runner for all workflows * Updates expected system test files with changed images * updates expected UI test files with changes due to slightly different font rendering * Updates UI test files with changes caused by now correctly rendered characters * Updates expected UI files changed due to a different error message in curl * submodule updates * remove duplicate screenshot file --------- Co-authored-by: Marc Neudert <marc@innocraft.com>
33 خطوط
806 B
YAML
33 خطوط
806 B
YAML
name: 'Handle inactive PRs'
|
|
on:
|
|
schedule:
|
|
- cron: '30 1 * * *'
|
|
|
|
permissions:
|
|
actions: read
|
|
checks: none
|
|
contents: read
|
|
deployments: none
|
|
issues: write
|
|
packages: none
|
|
pull-requests: write
|
|
repository-projects: none
|
|
security-events: none
|
|
statuses: none
|
|
|
|
jobs:
|
|
stale:
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- uses: actions/stale@v9
|
|
with:
|
|
debug-only: false
|
|
start-date: 2021-03-01T00:00:00Z
|
|
days-before-pr-stale: 14
|
|
days-before-pr-close: -1
|
|
days-before-issue-stale: -1
|
|
days-before-issue-close: -1
|
|
exempt-pr-labels: Do not close
|
|
stale-pr-message: If you don't want this PR to be closed automatically in 28 days then you need to assign the label 'Do not close'.
|
|
stale-pr-label: Stale
|