[PR Workflow] Automatic sign-off/approval for PRs which have the same content as earlier PRs that were already signed-off
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 144
Description
Sometimes we encounter PRs that are raised against the "main" branch from a "release" branch which has merges based on PRs that were already signed off by ARM.
The ARM API reviewer in such cases does the following
- Checks if the last PR submitted against the release branch was signed off by ARM
- Checks if there are 0 diffs between the files in that signed off PR vs the file submitted with the current PR
If they are found to be the same, the ARMSignedOff label is automatically placed on such PRs. We would like for this process to be automated.
Related work:
- https://github.com/Azure/azure-sdk-tools/issues/7352
- https://github.com/Azure/azure-sdk-tools/issues/7368
Contributor guide
Assessment
This issue has not been assessed yet.