diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 386bb6a..9832398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI permissions: checks: write + contents: write pull-requests: write on: diff --git a/GitVersion.yml b/GitVersion.yml index 181733b..3345bb1 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -17,7 +17,15 @@ branches: regex: ^feature[/-] increment: Patch is-release-branch: false + track-merge-target: true label: alpha + pull-request: + regex: ^(pull|pull\-requests|pr)[\/-](?\d*) + increment: Inherit + is-release-branch: false + track-merge-target: true + label: pr-{Number} + ignore: sha: [] \ No newline at end of file