Skip to content

Remove master from code-freeze and fix release branch regex #15

Remove master from code-freeze and fix release branch regex

Remove master from code-freeze and fix release branch regex #15

Workflow file for this run

name: Code Freeze Bot
# Controls when the workflow will run
on:
pull_request_target:
branches: [ "v[0-9]+.[0-9]+.[0-9]+" ]
issue_comment:
types: [created]
jobs:
codefreeze:

Check failure on line 11 in .github/workflows/code-freeze.yml

View workflow run for this annotation

GitHub Actions / Code Freeze Bot

Invalid workflow file

The workflow is not valid. .github/workflows/code-freeze.yml (Line: 11, Col: 3): Error calling workflow 'adoptium/.github/.github/workflows/code-freeze.yml@main'. The workflow is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
permissions: read-all
uses: adoptium/.github/.github/workflows/code-freeze.yml@main
secrets: inherit