mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 22:22:56 +02:00
Compare commits
No commits in common. "bfb9a300161a3800e5388b5be444c496559457c8" and "9cabb94d2ac2ce0884a114d45683d9be9a45080c" have entirely different histories.
bfb9a30016
...
9cabb94d2a
32
.github/workflow/stale.yml
vendored
32
.github/workflow/stale.yml
vendored
@ -1,32 +0,0 @@
|
|||||||
name: Stale
|
|
||||||
|
|
||||||
# **What it does**: Close pull requests after no updates for 180 days.
|
|
||||||
# **Why we have it**: This repository gets a lot of PRs, and the maintainers team is small.
|
|
||||||
# This helps reduce the open PRs to ones that are most desired by the community.
|
|
||||||
# **Who does it impact**: Contributors and maintainers of github/gitignore.
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: write # only for delete-branch option
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
|
|
||||||
with:
|
|
||||||
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:'
|
|
||||||
close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.'
|
|
||||||
days-before-stale: 90
|
|
||||||
days-before-close: 180
|
|
||||||
stale-pr-label: 'stale'
|
|
||||||
exempt-pr-labels: 'keep'
|
|
||||||
close-issue-reason: not_planned
|
|
||||||
ascending: true # Sort PRs by last updated date in ascending order
|
|
||||||
debug-only: true # Set to true to test the action without actually closing any PRs
|
|
||||||
Loading…
Reference in New Issue
Block a user