Skip to content

Commit de816ac

Browse files
chore(master): release auto-merge 1.0.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5748433 commit de816ac

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"actions/update-artifacts-file": "1.2.0",
55
"actions/init-npm": "1.2.0",
66
"actions/validate-domain": "1.0.0",
7-
"actions/update-chart-version": "0.1.0"
7+
"actions/update-chart-version": "0.1.0",
8+
"actions/auto-merge": "1.0.0"
89
}

actions/auto-merge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-01-06)
4+
5+
6+
### Features
7+
8+
* **auto-merge:** create auto merge action MAPCO-9003 ([#104](https://github.com/MapColonies/shared-workflows/issues/104)) ([5748433](https://github.com/MapColonies/shared-workflows/commit/57484333909b7bb618a58fcad53ce609d17c6158))

actions/auto-merge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535

3636
steps:
3737
- name: Auto-merge PR by label
38-
uses: MapColonies/shared-workflows/actions/auto-merge@auto-merge-v0.1.0
38+
uses: MapColonies/shared-workflows/actions/auto-merge@auto-merge-v1.0.0
3939
with:
4040
pr_number: ${{ github.event.pull_request.number }}
4141
github_token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)