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

Add stale bot in github workflow #246

Merged
merged 4 commits into from
Oct 20, 2021
Merged

Conversation

seeflood
Copy link
Member

@seeflood seeflood commented Oct 8, 2021

What this PR does:
Add stale bot in our workflow
An issue or PR will be automatically marked as stale if it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, security, good first issue or help wanted) or other activity occurs

I tried to use https://github.com/apps/stale but saw some complaints about it ,see TheAlgorithms/C-Plus-Plus#1605 and probot/stale#349
Finally I chose to use https://github.com/marketplace/actions/close-stale-issues instead

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

@seeflood seeflood changed the title add stale bot [WIP]add stale bot Oct 8, 2021
@mosn-community-bot mosn-community-bot bot added size/M and removed size/S labels Oct 8, 2021
@seeflood seeflood changed the title [WIP]add stale bot Add stale bot in github workflow Oct 8, 2021
@codecov
Copy link

codecov bot commented Oct 9, 2021

Codecov Report

Merging #246 (7c7ec4c) into main (c14b1c7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   56.73%   56.73%           
=======================================
  Files          48       48           
  Lines        2057     2057           
=======================================
  Hits         1167     1167           
  Misses        768      768           
  Partials      122      122           

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 c14b1c7...7c7ec4c. Read the comment docs.

@seeflood seeflood merged commit 51a2409 into mosn:main Oct 20, 2021
@seeflood seeflood deleted the imrpove_workflow branch October 20, 2021 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants