قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +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 خطوط
898 B
YAML
33 خطوط
898 B
YAML
name: 'Handle inactive PRs - closing message'
|
|
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: 42
|
|
days-before-pr-close: -1
|
|
days-before-issue-stale: -1
|
|
days-before-issue-close: -1
|
|
exempt-pr-labels: Do not close
|
|
stale-pr-message: This PR was last updated more than one month ago, maybe it's time to close it. Please check if there is anything we still can do or close this PR. ping @matomo-org/core-reviewers
|
|
stale-pr-label: Stale for long
|