Replace code-freeze/action.yml
with pr-status-updater/action.yml
#6702
+11
−127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
pr-status-updater/action.yml
is a newer one with some more configuration that is used for the Scheduled Code Freeze.Reason for change
I based
pr-status-updater/action.yml
oncode-freeze/action.yml
not understanding the action files first 😬But
pr-status-updater/action.yml
has a bit more configuration and is a bit more encapsulated and can be used for freeze/unfreeze and specify how many PR pages to process.Implementation details
Delete
code-freeze/action.yml
Update
code_freeze_end.yml
andcode_freeze_start.yml
withpr-status-updater
Test coverage
It worked here, so 🙏
https://github.com/DataDog/dd-trace-dotnet/actions/workflows/scheduled_code_freeze.yml
Other details