Skip to content

Commit 73a4d8f

Browse files
authored
Fix the code freeze action (#7626)
## Summary of changes I copy/pasted wrong and had `failure` instead of `success` ## Reason for change Tried to end the code freeze but they refused to go away. ## Implementation details `failure` -> `success` ## Test coverage Ran it from this branch and it ended the freeze. ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent 367c312 commit 73a4d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_freeze_end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
name: 'Unfreeze PRs'
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
43-
state: failure
43+
state: success
4444
workflow_name: code_freeze_end.yml # this allows for a click through to go to the action

0 commit comments

Comments
 (0)