d9ea7c2ea6
* chore(deps): update dependencies * chore: renamed custom-settings interface * WIP: added new Webview handler main class * WIP: added support for Settings webview * WIP (webview): added gulp command for copying ui files * WIP (preview): scripts for building updated * chore: gitignore * chore: switched to babel-preset-env and added browserify for bundling * chore: small changes to webviews (added external interfaces file) * chore: added new task on task explorer and small fix copy ui task * WIP: webview HTML, JS and CSS added and ready to be developed * chore: Test native elements * chore(release): 2.3.0 * chore: init added release notes webview * chore: Removed unused import * chore: fixed build release-notes * chore: Add release notes template * chore: Update release notes * chore: Update release notes template * chore: Update release notes style * Create stale.yml * chore: Update release notes * chore: Removed show-changelog command
17 lines
683 B
YAML
17 lines
683 B
YAML
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 60
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 7
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- Discussion
|
|
- Bug
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: Wontfix
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
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.
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: false
|