Devkit publish tool updates to support publishing devkit binaries to https://github.com/adoptium/devkit-binaries #142
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Freeze Bot | ||
# Controls when the workflow will run | ||
on: | ||
pull_request_target: | ||
branches: [ "master" ] | ||
issue_comment: | ||
types: [created] | ||
jobs: | ||
codefreeze: | ||
Check failure on line 11 in .github/workflows/code-freeze.yml GitHub Actions / Code Freeze BotInvalid workflow file
|
||
uses: adoptium/.github/.github/workflows/code-freeze.yml@main | ||
secrets: inherit |