Skip to content

Commit ff3b6ac

Browse files
committed
Merge PR ceph#57453 into main
* refs/pull/57453/head: doc: add status badge for backport creation .github: use shorter name for backport tracker action .github: document where runs/output can be examined Reviewed-by: Ernesto Puerta <[email protected]>
2 parents 4124ef2 + dd3176c commit ff3b6ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/create-backport-trackers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
name: Create backport trackers for trackers in "Pending Backport" state
2+
name: Issue Backporting
3+
description: Create backport trackers for trackers in "Pending Backport" state
34
on:
45
# To manually trigger this: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
6+
# View past runs and output: https://github.com/ceph/ceph/actions/workflows/create-backport-trackers.yml
57
workflow_dispatch:
68
inputs:
79
issues:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
See https://ceph.com/ for current information about Ceph.
44

5+
## Status
6+
7+
[![Issue Backporting](https://github.com/ceph/ceph/actions/workflows/create-backport-trackers.yml/badge.svg)](https://github.com/ceph/ceph/actions/workflows/create-backport-trackers.yml)
58

69
## Contributing Code
710

0 commit comments

Comments
 (0)