Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: mark issues as stale and close them #1546

Closed
wants to merge 1 commit into from

Conversation

AndreasBoehm
Copy link
Member

No description provided.

Comment on lines +195 to +214
name: 'Stale (dry run)'
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@v9
with:
debug-only: true # TODO: remove before adding to repo-maintenance.yml
start-date: 2024-01-01 # TODO: discuss start-date
days-before-issue-stale: 14
days-before-issue-close: 14
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
close-issue-message: >
This issue has been automatically closed because it has not had
recent activity. Please add a comment if you want to get this issue re-opened. Thank you
for your contributions.
stale-issue-label: stale
exempt-issue-labels: 'acknowledged, contribution needed'
remove-stale-when-updated: true

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
@AndreasBoehm AndreasBoehm deleted the andreasboehm/chore/statel-issues branch January 16, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant