Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add auto stale/close workflow for issue & pr #1471

Merged
merged 2 commits into from
Jun 1, 2021
Merged

Conversation

imbajin
Copy link
Member

@imbajin imbajin commented May 31, 2021

After merge the pr, the stale.yml will link to a github action, and auto run with schedule (need install it first, refer doc:

  1. after 15 / 30 days inactive, robot will auto mark inactive for issue / pr
  2. then after 20 / 180 days inactive, robot will auto close stale issue / pr
  3. specific "authors & labels" are excluded (white list)
  4. now, only check issues after 2021-01-01 (need ensure)

auto mark & close like this:
image

any update will auto remove stale status
image

And also hide note message for issue template.. here is preview

The `stale.yml` will link to a github action, and auto run with schedule
javeme
javeme previously approved these changes May 31, 2021
@codecov
Copy link

codecov bot commented May 31, 2021

Codecov Report

Merging #1471 (6b672bb) into master (d48b820) will increase coverage by 0.44%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1471      +/-   ##
============================================
+ Coverage     61.73%   62.18%   +0.44%     
- Complexity     5842     5866      +24     
============================================
  Files           381      381              
  Lines         32177    32177              
  Branches       4504     4504              
============================================
+ Hits          19866    20010     +144     
+ Misses        10265    10117     -148     
- Partials       2046     2050       +4     
Impacted Files Coverage Δ
.../baidu/hugegraph/backend/query/ConditionQuery.java 86.40% <0.00%> (+0.40%) ⬆️
.../backend/store/cassandra/CassandraSessionPool.java 57.14% <0.00%> (+1.02%) ⬆️
...egraph/backend/store/cassandra/CassandraShard.java 52.77% <0.00%> (+1.85%) ⬆️
...va/com/baidu/hugegraph/task/ServerInfoManager.java 73.59% <0.00%> (+2.80%) ⬆️
...h/backend/store/scylladb/ScyllaDBTablesWithMV.java 96.03% <0.00%> (+96.03%) ⬆️
...graph/backend/store/scylladb/ScyllaDBFeatures.java 100.00% <0.00%> (+100.00%) ⬆️
.../backend/store/scylladb/ScyllaDBStoreProvider.java 100.00% <0.00%> (+100.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d48b820...6b672bb. Read the comment docs.

@houzhizhen houzhizhen merged commit 109ca5f into master Jun 1, 2021
@houzhizhen houzhizhen deleted the issue-pr-robot branch June 1, 2021 04:28
jadepeng pushed a commit to jadepeng/hugegraph that referenced this pull request Jun 25, 2021
* feat: add auto stale/close workflow for issue & pr
The `stale.yml` will link to a github action, and auto run with schedule
* Update stale.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants