Skip to content

Commit

Permalink
Update code freeze bot to check target PR branch correctly for issue_…
Browse files Browse the repository at this point in the history
…comment

Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Apr 29, 2024
1 parent 6fc6c85 commit 08898fc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/code-freeze-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ permissions:

jobs:
codefreeze_regex:
runs-on: ubuntu-latest
steps:
- name: Code Freeze Regex Branch
uses: adoptium/andrew-m-leonard/.github/workflows/code-freeze-regex-branch.yml@master
with:
branch-regex: "^v[0-9]+.[0-9]+.[0-9]+$"
uses: adoptium/andrew-m-leonard/.github/workflows/code-freeze-regex-branch.yml@master
with:
branch-regex: "^v[0-9]+.[0-9]+.[0-9]+$"

0 comments on commit 08898fc

Please sign in to comment.