stale:使用Probot构建的GitHub应用程序,经过一段时间的不活动后,它会关闭已放弃的Issues和Pull Requests

时间:2024-05-22 09:39:30
【文件属性】:

文件名称:stale:使用Probot构建的GitHub应用程序,经过一段时间的不活动后,它会关闭已放弃的Issues和Pull Requests

文件大小:79KB

文件格式:ZIP

更新时间:2024-05-22 09:39:30

probot github-app probot-app JavaScript

Probot:陈旧 使用构建的GitHub应用程序,在一段时间不活动后,将关闭废弃的Issues和Pull Requests。 受到@parkr运行@jekyllbot的bot的启发。 用法 根据以下模板创建.github/stale.yml 。 它将在24小时内开始扫描陈旧问题和/或请求请求。 要启用该插件,需要一个.github/stale.yml文件。 该文件可以为空,或者可以覆盖以下任何默认设置: # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale daysUntilStale : 60 # Number of days of inactiv


【文件预览】:
stale-master
----newrelic.js(1KB)
----.gitignore(48B)
----.env.example(245B)
----package.json(908B)
----package-lock.json(270KB)
----.travis.yml(77B)
----CONTRIBUTING.md(2KB)
----LICENSE(747B)
----index.js(2KB)
----.github()
--------stale.yml(18B)
--------workflows()
----README.md(6KB)
----lib()
--------schema.js(3KB)
--------stale.js(7KB)
----docs()
--------deploy.md(639B)
----app.json(297B)
----test()
--------schema.test.js(4KB)
--------stale.test.js(10KB)

网友评论