Skip to content

Commit dcf6f39

Browse files
committed
2 parents cc614d0 + 8ea12f8 commit dcf6f39

File tree

417 files changed

+21391
-7921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

417 files changed

+21391
-7921
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://github.com/me-no-dev/EspExceptionDecoder
2424

2525
### Hardware:
2626
Board: ?ESP32 Dev Module? ?node32? ?ttgo_lora?
27-
Core Installation version: ?1.0.0? ?1.0.1-rc4? ?1.0.1? ?1.0.1-git?
27+
Core Installation version: ?1.0.0? ?1.0.1-rc4? ?1.0.1? ?1.0.1-git? ?1.0.2? ?1.0.3?
2828
IDE name: ?Arduino IDE? ?Platform.io? ?IDF component?
2929
Flash Frequency: ?40Mhz?
3030
PSRAM enabled: ?no? ?yes?

.github/stale.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 60
5+
6+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8+
daysUntilClose: 14
9+
10+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11+
onlyLabels: []
12+
13+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14+
exemptLabels:
15+
- pinned
16+
- security
17+
- "to be implemented"
18+
- "for reference"
19+
- "move to PR"
20+
- "enhancement"
21+
22+
# Set to true to ignore issues in a project (defaults to false)
23+
exemptProjects: false
24+
25+
# Set to true to ignore issues in a milestone (defaults to false)
26+
exemptMilestones: false
27+
28+
# Set to true to ignore issues with an assignee (defaults to false)
29+
exemptAssignees: false
30+
31+
# Label to use when marking as stale
32+
staleLabel: stale
33+
34+
# Comment to post when marking as stale. Set to `false` to disable
35+
markComment: >
36+
[STALE_SET] This issue has been automatically marked as stale because it has not had
37+
recent activity. It will be closed in 14 days if no further activity occurs. Thank you
38+
for your contributions.
39+
40+
# Comment to post when removing the stale label.
41+
unmarkComment: >
42+
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.
43+
44+
# Comment to post when closing a stale Issue or Pull Request.
45+
closeComment: >
46+
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.
47+
48+
# Limit the number of actions per hour, from 1-30. Default is 30
49+
limitPerRun: 30
50+
51+
# Limit to only `issues` or `pulls`
52+
only: issues
53+
54+
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
55+
# pulls:
56+
# daysUntilStale: 30
57+
# markComment: >
58+
# This pull request has been automatically marked as stale because it has not had
59+
# recent activity. It will be closed if no further activity occurs. Thank you
60+
# for your contributions.
61+
62+
# issues:
63+
# exemptLabels:
64+
# - confirmed

0 commit comments

Comments
 (0)