Skip to content

Commit 130aae9

Browse files
Stewart X Addisonsxa
authored andcommitted
Implement code freeze for July 2025
Signed-off-by: Stewart X Addison <sxa@li-34a686cc-2c3d-11b2-a85c-abaa556d87ad.ibm.com>
1 parent 8ebefec commit 130aae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-freeze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is a basic workflow to help you get started with Actions
1+
# This is the adoptium workflow to implement a code freeze during release periods
22

33
name: Code Freeze Bot
44
on:
@@ -18,7 +18,7 @@ jobs:
1818
freeze:
1919
runs-on: ubuntu-latest
2020
# Change to false when code freeze is not in place
21-
if: github.repository_owner == 'adoptium' && false
21+
if: github.repository_owner == 'adoptium' && true
2222
steps:
2323
- name: Check for blocking review
2424
if: github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)

0 commit comments

Comments
 (0)