We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebefec commit 130aae9Copy full SHA for 130aae9
.github/workflows/code-freeze.yml
@@ -1,4 +1,4 @@
1
-# This is a basic workflow to help you get started with Actions
+# This is the adoptium workflow to implement a code freeze during release periods
2
3
name: Code Freeze Bot
4
on:
@@ -18,7 +18,7 @@ jobs:
18
freeze:
19
runs-on: ubuntu-latest
20
# Change to false when code freeze is not in place
21
- if: github.repository_owner == 'adoptium' && false
+ if: github.repository_owner == 'adoptium' && true
22
steps:
23
- name: Check for blocking review
24
if: github.event_name == 'pull_request_target' || (github.event_name == 'issue_comment' && github.event.issue.pull_request)
0 commit comments