-
Notifications
You must be signed in to change notification settings - Fork 152
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
2023 Goals #3098
Comments
2023 Merged PRsI plan to take a look through this list and try to see if there are any major themes that emerge. #3864 Adopt #3862: "Update Bencher CLI version" PR listing script: gh pr list \
--repo runtimeverification/k \
-s merged \
-L 1000 \
--json url,mergedAt,title |
jq -r \
--arg start '2023-01-01' \
--arg end '2023-12-31' \
'.[] | select(.mergedAt | . >= $start and . <= $end) | select(.title | contains("Update dependency") | not) | .url + " " + .title' |
A few general directions that we would like to follow in developing K in the year 2023:
The text was updated successfully, but these errors were encountered: