From b19142682c574527f6510963b7fa33241c8091a2 Mon Sep 17 00:00:00 2001 From: "karavela-source-code-prd[bot]" <180472772+karavela-source-code-prd[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:31:50 +0000 Subject: [PATCH] chore: create/update .github/dx-history.yaml to list services - created by getdx-user --- .github/workflows/dx-history.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/dx-history.yaml diff --git a/.github/workflows/dx-history.yaml b/.github/workflows/dx-history.yaml new file mode 100644 index 0000000..4cf8d5b --- /dev/null +++ b/.github/workflows/dx-history.yaml @@ -0,0 +1,21 @@ +name: Trigger Labeler + +on: + workflow_dispatch: + inputs: + pr_number: + required: false + type: string + default: '' + +permissions: + contents: read + pull-requests: write + issues: write + +jobs: + call-dx-labeler: + uses: mundipagg/github-runner-validator/.github/workflows/dx-labeler.yaml@main + with: + pr_number: ${{ inputs.pr_number }} + secrets: inherit