Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
refactor: add permalink to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackarySantana committed Feb 27, 2024
1 parent 7018fcb commit a546058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/task/actionButtons/relevantCommits/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const RelevantCommits: React.FC<RelevantCommitsProps> = ({ taskId }) => {
// The breaking commit is the first failing commit after the last passing commit.
// The skip order number should be the last passing commit's order number + 1.
// We use + 2 because internally the query does a less than comparison.
// https://github.com/ZackarySantana/spruce/blob/7018fcbce0be9db310d17c40fe948aff597fcd15/src/pages/task/actionButtons/relevantCommits/index.tsx#L93
const { data: breakingTaskData, loading: breakingLoading } = useQuery<
LastMainlineCommitQuery,
LastMainlineCommitQueryVariables
Expand Down

0 comments on commit a546058

Please sign in to comment.