Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci(stale): improve formatting of stale message #3222

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# If an issue/PR has an assignee it won't be marked as stale
exempt-all-assignees: true
stale-issue-message: >
stale-issue-message: |
This issue was marked stale because it has been open 60 days with
no activity. Please remove the stale label or comment on this
issue. Otherwise, it will be closed in 15 days.
Expand All @@ -43,9 +43,12 @@ jobs:
We value your input. If you can help provide a fix, we'd be happy
to keep this issue open and support your efforts.

This is documented in CONTRIBUTING.rst
https://github.com/python-gitlab/python-gitlab/blob/main/CONTRIBUTING.rst

days-before-issue-stale: 60
days-before-issue-close: 15
close-issue-message: >
close-issue-message: |
This issue was closed because it has been marked stale for 15 days
with no activity.

Expand All @@ -70,6 +73,7 @@ jobs:
contributions.

This is documented in CONTRIBUTING.rst
https://github.com/python-gitlab/python-gitlab/blob/main/CONTRIBUTING.rst

stale-pr-message: >
This Pull Request (PR) was marked stale because it has been open 90 days
Expand Down