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

chore: show next in order of priority in Dashboard #2222

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

worstell
Copy link
Contributor

fixes #1922

@worstell worstell requested a review from alecthomas as a code owner July 31, 2024 19:26
@worstell worstell requested review from a team and deniseli and removed request for a team July 31, 2024 19:26
@ftl-robot ftl-robot mentioned this pull request Jul 31, 2024
Copy link
Contributor

@deniseli deniseli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niiiice

@worstell worstell force-pushed the worstell/20240731-order-next branch from 3204f9a to dba2e86 Compare July 31, 2024 19:37
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell worstell force-pushed the worstell/20240731-order-next branch from dba2e86 to c08497b Compare July 31, 2024 19:52
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell
Copy link
Contributor Author

closing/reopening this pr to trigger the workflow script to execute for testing 😄

@worstell worstell force-pushed the worstell/20240731-order-next branch from c08497b to 47b3012 Compare July 31, 2024 19:56
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell worstell force-pushed the worstell/20240731-order-next branch from 47b3012 to d60e859 Compare July 31, 2024 20:01
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell worstell force-pushed the worstell/20240731-order-next branch from d60e859 to 7e39b86 Compare July 31, 2024 20:05
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell worstell force-pushed the worstell/20240731-order-next branch from 7e39b86 to 7551855 Compare July 31, 2024 20:08
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell worstell force-pushed the worstell/20240731-order-next branch from 7551855 to 7dff2fa Compare July 31, 2024 20:14
@worstell worstell closed this Jul 31, 2024
@worstell worstell reopened this Jul 31, 2024
@worstell worstell force-pushed the worstell/20240731-order-next branch from 7dff2fa to b68f339 Compare July 31, 2024 20:27
@worstell worstell force-pushed the worstell/20240731-order-next branch 5 times, most recently from 8c90b76 to 7588585 Compare July 31, 2024 20:43
@worstell worstell force-pushed the worstell/20240731-order-next branch from 7588585 to 225f3e4 Compare July 31, 2024 20:45
list_prioritized_issues() {
gh issue list "$@" --json number,labels | jq '.[]' | jq -s '
map(
. as $issue |
Copy link
Collaborator

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 😂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can thank chatgpt

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Chad!

@worstell worstell merged commit b9bca2f into main Jul 31, 2024
65 checks passed
@worstell worstell deleted the worstell/20240731-order-next branch July 31, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Dashboard script to show Next in order of priority
4 participants