epub-creator/.github/stale.yaml
Paul Campbell b7f607d49c
Adopt and release to Maven Central (#2)
* Add GitHub Actions for CI

* Remove unused CI and release files

* Ignore IntelliJ files

* pom: add my parent

* pom: remove redundant packaging element

* pom: update scm repo

* pom: upgrade to Java 1.8

* pom: remove maven-release-plugin

* pom: remove opencollab distributionManagement

* pom: remove releases profile

* pom: add kemitix-maven-tiles: maven-plugins, enforcer, compiler-jdk-8, testing

* Update readme

* Version set to 1.0.2

* github: test build with JDK 8

* github: remove native-image testing
2020-08-30 19:42:58 +01:00

17 lines
684 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:
- pinned
- security
# 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