Closed hoangnv-bkhn closed 1 month ago
Name | Link |
---|---|
Latest commit | 830d56f118673b57610dec859c72e9ac3b85e601 |
Latest deploy log | https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/670e3763c5cf600008963a4a |
Deploy Preview | https://deploy-preview-2529--go-feature-flag-doc-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.84%. Comparing base (
7333bfe
) to head (830d56f
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
Problem: The
takanome-dev/assign-issue-action
(currently used) only works properly when assigning issues, not when unassigning.The way it was resolved:
/assign-me
to specify assignees, add necessary labels and commentsactions/stale@v9
to check for stale issues when specified conditions are met Use custom script to unassign and delete specific labelsHow to test the change: Change workflow schedule (
cron
), number of days before being marked as stale (env.DAYS_UNTIL_STALE
) inunassign-issue.yml
, and checkNote: In my previous PR, this line was not covered so I added a test case for it.
Closes issue(s)
Resolve #2313
Checklist
README.md
and/website/docs
)