mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #17693 from opf/fix/version-check-pr-ready
Run version check also when PR is marked ready
This commit is contained in:
@@ -2,7 +2,7 @@ name: Check work package version
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled, synchronize]
|
||||
types: [labeled, synchronize, ready_for_review]
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
Reference in New Issue
Block a user