Skip to content

Commit 2ff7e7e

Browse files
Merge pull request #4 from codenamephp/playingAroundWithMergeQueue
Playing around with merge queue
2 parents ad3450a + 01f34cc commit 2ff7e7e

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: CI
33

44
on:
55
merge_group:
6-
types:
7-
- checks_requested
8-
paths-ignore:
9-
- '**.md'
106
push:
117
branches:
128
- main

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@ jobs:
1212
needs: calculate_next_version
1313
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414
with:
15-
version: ${{ needs.calculate_next_version.outputs.version }}
16-
update_changelog:
17-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
18-
needs: calculate_next_version
19-
with:
20-
ref: ${{github.ref_name}}
21-
future-release: ${{ needs.calculate_next_version.outputs.version }}
22-
release-branch: 'release'
15+
version: ${{ needs.calculate_next_version.outputs.version }}

0 commit comments

Comments
 (0)