rcallaby / Emacs-Guide

This is a open source guide to using Emacs
MIT License
5 stars 8 forks source link

Feature: Mark pull requests stale after 21 days of inactivity #38

Closed CarbonNeuron closed 8 months ago

CarbonNeuron commented 8 months ago

Pull Request

Description

I've adapted the workflow for stale issues to also include handling stale pull requests after 21 days.

Related Issue(s)

Closes #20

Changes Made

Updated mark-stale-issues.yml to also include marking stale pull requests.

Checklist

Additional Notes

I thought it might be simpler to leave the file called mark-stale-issues.yml but I could see how this can cause some confusion. I think renaming the file to mark-stale.yml might be better, and renaming the workflow name to Mark Stale as well. Let me know if you'd like me to do this.


By submitting this pull request, I confirm that my contribution is made under the terms of the LICENSE for this project.

CarbonNeuron commented 8 months ago

@rcallaby Done! Didn't know that you wanted them in separate files, was trying to optimize action runs. I've reverted the previous change, and made a new commit that adds that new file.

CarbonNeuron commented 8 months ago

@rcallaby Could you please add the hacktoberfest-accepted label to this issue, or opt in on the repo? Otherwise this PR won't count.