Skip to content

Commit

Permalink
Merge pull request #2140 from eirannejad/master
Browse files Browse the repository at this point in the history
stale issues workflow and bug report template modifications
  • Loading branch information
jmcouffin committed Mar 6, 2024
2 parents 4ff7c89 + 036e7fe commit 09f24e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ body:
required: true
- label: I already **followed the [installation troubleshooting guide](https://pyrevitlabs.notion.site/Installation-issues-f6495adb56254e9e8021f8a68e3b2ab7) thoroughly**
required: true
- label: Issues related to tools/scripts, I tried to run them in debug mode (CTRL+click on the button) and copy over the contents of the output window
required: true
- label: I am using the **latest pyRevit Version**
required: true
- type: textarea
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ jobs:
with:
days-before-issue-stale: 60
days-before-issue-close: 14
stale-issue-message: "This issue is stale because it has been open for 60 days with no activity."
stale-issue-message: |
"👋 Hi there! It looks like there hasn't been any activity on this issue for the past 60 days. We understand that things can get busy.
Just a friendly reminder that this issue is scheduled to be automatically closed in 14 days if there's no further activity.
If you still need assistance or have additional information to share, please feel free to comment, and we'll be happy to help! 🚀
Thanks for your understanding!"
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
any-of-issue-labels: needs-more-info
days-before-pr-stale: -1
days-before-pr-close: -1

0 comments on commit 09f24e8

Please sign in to comment.