Skip to content

Commit

Permalink
chore: configuration for stale bot
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Feb 10, 2022
1 parent cf88489 commit d1ffd75
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 10
# Issues with these labels will never be considered stale
exemptLabels:
- tag:no-stale
- type:bug
- type:enhancement
- type:documentation
- tag:huge-data
# Label to use when marking an issue as stale
staleLabel: resolution:stale
# 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 any
activity for quite some time.
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
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ FROM ghcr.io/ghcri/alpine:3.15
COPY --from=builder /src/shiori /usr/local/bin/
ENV SHIORI_DIR /srv/shiori/
EXPOSE 8080
CMD ["/usr/local/bin/shiori", "serve"]
ENTRYPOINT ["/usr/local/bin/shiori"]
CMD ["serve"]

0 comments on commit d1ffd75

Please sign in to comment.