Merge branch 'master' into blam/actions-permissions

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-17 09:50:34 +01:00
committed by GitHub
704 changed files with 16218 additions and 5111 deletions
@@ -84,6 +84,7 @@ export interface ActionsService {
// @alpha (undocumented)
export type ActionsServiceAction = {
id: string;
pluginId: string;
name: string;
title: string;
description: string;
@@ -22,6 +22,7 @@ import { BackstageCredentials } from '@backstage/backend-plugin-api';
*/
export type ActionsServiceAction = {
id: string;
pluginId: string;
name: string;
title: string;
description: string;