Skip to content

Commit

Permalink
Create code-freeze.yml (adoptium#34)
Browse files Browse the repository at this point in the history
Add code freeze bot to this repository
  • Loading branch information
gdams authored Jan 18, 2023
1 parent e9bcd28 commit 0caee6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Code Freeze Bot

# Controls when the workflow will run
on:
pull_request_target:
branches: [ "master" ]
issue_comment:
types: [created]

jobs:
codefreeze:
uses: adoptium/.github/.github/workflows/code-freeze.yml@main
secrets: inherit

0 comments on commit 0caee6e

Please sign in to comment.