-
Notifications
You must be signed in to change notification settings - Fork 13
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/testing #15
Chore/testing #15
Conversation
Unused types (1)
|
How is this pull coming along? |
I'm not sure whether this is a blocker or not but I feel good with how things are code wise. I will produce manual QA for PRs which don't have any later today, this being one of them |
It would be nice to have Graphql config, similar to the one mentioned here. |
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.
Testing on my org and seems to work properly: https://github.com/Meniole/user-activity-watcher/actions/runs/10546334364/job/29217677141#step:5:31
@@ -27,7 +27,7 @@ export async function handleCommentsAndMetadata( | |||
DateTime.fromISO(a.created_at).toMillis() - DateTime.fromISO(b.created_at).toMillis() | |||
) | |||
|
|||
const botFollowup = /this task has been idle for a while. Please provide an update./gi; | |||
const botFollowup = /<!-- Ubiquity - Followup - remindAssignees/gi; |
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.
Perhaps you can use the real metadata parser, the original one I wrote.
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.
Can you link to it I don't think I've seen it before
7ab97aa
into
ubiquity-os-marketplace:development
I don't understand why reliability is decreasing |
It is using lots of new features we never tried before. Nothing to do with |
Resolves #14
Requires #13