Skip to content

Commit a17dbaa

Browse files
fix: release-please changelog path and add automerge workflow (#16)
1 parent f0d4b47 commit a17dbaa

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Automerge
2+
3+
on:
4+
pull_request:
5+
types: [labeled, synchronize, opened, ready_for_review]
6+
check_suite:
7+
types: [completed]
8+
9+
jobs:
10+
automerge:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: pascalgn/automerge-action@v0.16.4
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
MERGE_LABELS: "automerge"
17+
MERGE_METHOD: squash
File renamed without changes.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/core": {
44
"release-type": "node",
55
"package-name": "@nextlytics/core",
6-
"changelog-path": "../../CHANGELOG.md",
6+
"changelog-path": "CHANGELOG.md",
77
"include-component-in-tag": false
88
}
99
},

0 commit comments

Comments
 (0)