Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: powerhome/github-actions-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9904462cd2b67cc4f9b690e14744005acab45ed1
Choose a base ref
..
head repository: powerhome/github-actions-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0a44f15738c9190dfa810164998e087f3e2f312
Choose a head ref
Showing with 35 additions and 0 deletions.
  1. +35 −0 .github/workflows/stale.yml
35 changes: 35 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Managed by https://github.com/powerhome/software. Do not make changes here, they will be reverted.

name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '53 20 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
with:
operations-per-run: 200
delete-branch: true
stale-pr-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed in 24 hours if no further activity occurs.
If this change is desirable, please accelerate completing it. If it is not,
please close the PR. If you're blocked on something, please ensure there's
a reference to this PR in a story on your team's board so the team will
follow up, and consider closing the PR for now.
Please do not artificially extend the deadline with a dummy comment. If
necessary, provide a status update, such as "this change is being actively
tested".
Thank you for your contributions and your collaboration in reducing WIP
and cycle time.
days-before-stale: 4
days-before-close: 1
days-before-issue-stale: -1
exempt-pr-labels: dependencies