-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore: show next in order of priority in Dashboard #2222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niiiice
3204f9a
to
dba2e86
Compare
dba2e86
to
c08497b
Compare
closing/reopening this pr to trigger the workflow script to execute for testing 😄 |
c08497b
to
47b3012
Compare
47b3012
to
d60e859
Compare
d60e859
to
7e39b86
Compare
7e39b86
to
7551855
Compare
7551855
to
7dff2fa
Compare
7dff2fa
to
b68f339
Compare
8c90b76
to
7588585
Compare
7588585
to
225f3e4
Compare
list_prioritized_issues() { | ||
gh issue list "$@" --json number,labels | jq '.[]' | jq -s ' | ||
map( | ||
. as $issue | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wew that is some deep jq mojo @worstell 👏
Related...I'm wondering if maybe we should rewrite this script in Python at some point 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can thank chatgpt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Chad!
fixes #1922