Skip to content

Commit efdc9cf

Browse files
chore: sync workflow wrappers from ma-provider-tools (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 94dcc25 commit efdc9cf

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/backport.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Backport to stable
2+
on:
3+
push:
4+
tags: ["v*-stable"]
5+
workflow_dispatch:
6+
inputs:
7+
version:
8+
description: "Stable tag (e.g. v1.2.0-stable) — leave empty to use latest"
9+
default: ""
10+
type: string
11+
12+
permissions:
13+
issues: write # Required by report-failure job in reusable workflow
14+
15+
jobs:
16+
backport:
17+
uses: trudenboy/ma-provider-tools/.github/workflows/reusable-sync-to-fork.yml@main
18+
with:
19+
manifest_path: provider/manifest.json
20+
provider_path: provider/
21+
target_branch: stable
22+
version: ${{ inputs.version }}
23+
create_pr: true
24+
secrets: inherit

docs/incident-management.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
# MSX Bridge — Incident Management
55

6+
## Where to Report Incidents
7+
8+
> **File issues here:** [github.com/trudenboy/ma-provider-msx-bridge/issues](https://github.com/trudenboy/ma-provider-msx-bridge/issues)
9+
10+
Use the **New Issue** button and select the appropriate template. Do not open issues in `trudenboy/ma-server` or `trudenboy/ma-provider-tools` — those repos serve a different purpose.
11+
612
## Labels
713

814
All issues use a standardized label taxonomy:

0 commit comments

Comments
 (0)