Closed ekump closed 1 week ago
Benchmark execution time: 2024-10-23 19:26:51
Comparing candidate commit feb75e8 in PR branch ekump/APMSP-1457-add-stale-pr-workflow
with baseline commit 6e7ce4c in branch main
.
Found 2 performance improvements and 1 performance regressions! Performance is the same for 48 metrics, 2 unstable metrics.
execution_time
[+25.047ns; +33.506ns] or [+2.127%; +2.845%]execution_time
[-4.500µs; -4.173µs] or [-10.667%; -9.892%]execution_time
[-155.472ns; -144.216ns] or [-5.444%; -5.050%]Omitted due to size.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.80%. Comparing base (
6e7ce4c
) to head (feb75e8
).
I'm not sure if there's a way of testing it out before actually merging it in
@ivoanjo I couldn't find a way to test an action before it is initially merged to main. I may be able to do a dry-run test after the merge but before the cron job kicks off at 0:00 GMT.
What does this PR do?
Introduce the stale action for PRs.
stale
label and a comment will be added to the PRkeep-open
labelMotivation
Good repository hygiene suggested by @hoolioh
Additional Notes
stale
andkeep-open
labels have been added to the repo.How to test the change?
I don't think we can really test the action until it is merged into main.