Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Conversation

@chrisgavin
Copy link
Contributor

This sorts reviews by ID rather than date. The reason for this is that submission date only has a 1 second granularity, so it's possible (and seems reasonably common) for two reviews to be submitted at the same time. The ID on the other hand is a monotonically increasing counter that is guaranteed to be unique for each review. I'm hoping this is sufficient to fix the action sometimes believing it doesn't need to approve a PR that it actually does.

@chrisgavin chrisgavin marked this pull request as ready for review December 17, 2023 23:11
@chrisgavin chrisgavin merged commit c22800f into github:main May 31, 2024
@chrisgavin chrisgavin deleted the sort-id branch May 31, 2024 13:44
kodiakhq bot referenced this pull request in weareinreach/TransMascFutures Aug 8, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | digest | `0b2256b` -> `834a144` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/upload-artifact/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/upload-artifact) |
| [chromaui/action](https://togithub.com/chromaui/action) | action | digest | `04320d7` -> `fdbe775` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/action) |
| [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `afb54ba` -> `eb055d7` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/github/codeql-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/github/codeql-action) |
| [github/privileged-requester](https://togithub.com/github/privileged-requester) | action | minor | `v2.1.0` -> `v2.2.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/github/privileged-requester/badge)](https://securityscorecards.dev/viewer/?uri=github.com/github/privileged-requester) |

---

### Release Notes

<details>
<summary>github/privileged-requester (github/privileged-requester)</summary>

### [`v2.2.0`](https://togithub.com/github/privileged-requester/releases/tag/v2.2.0)

[Compare Source](https://togithub.com/github/privileged-requester/compare/v2.1.0...v2.2.0)

#### What's Changed

-   Sort reviews by ID rather than date so there cannot be a tie. by [@&#8203;chrisgavin](https://togithub.com/chrisgavin) in [https://github.com/github/privileged-requester/pull/134](https://togithub.com/github/privileged-requester/pull/134)
-   Bump actions/upload-artifact from 3.1.3 to 4.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/145](https://togithub.com/github/privileged-requester/pull/145)
-   Bump github/codeql-action from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/132](https://togithub.com/github/privileged-requester/pull/132)
-   Bump eslint from 8.54.0 to 8.57.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/148](https://togithub.com/github/privileged-requester/pull/148)
-   Bump prettier from 3.1.0 to 3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/144](https://togithub.com/github/privileged-requester/pull/144)
-   Bump undici from 5.28.1 to 5.28.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/150](https://togithub.com/github/privileged-requester/pull/150)
-   Update all node packages by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/151](https://togithub.com/github/privileged-requester/pull/151)

#### New Contributors

-   [@&#8203;chrisgavin](https://togithub.com/chrisgavin) made their first contribution in [https://github.com/github/privileged-requester/pull/134](https://togithub.com/github/privileged-requester/pull/134)

**Full Changelog**: github/privileged-requester@v2.1.0...v2.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/weareinreach/TransMascFutures).



PR-URL: #445
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants