Skip to content

Commit 6414180

Browse files
[skip ci]: create/update .github/dx-history.yaml to list services - created by getdx-user
1 parent 621a25d commit 6414180

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/dx-history.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Trigger Labeler
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
pr_number:
7+
required: false
8+
type: string
9+
default: ''
10+
11+
jobs:
12+
call-dx-labeler:
13+
uses: stone-payments/github-runner-validator/.github/workflows/dx-labeler.yaml@main
14+
with:
15+
pr_number: ${{ inputs.pr_number }}
16+
secrets: inherit

0 commit comments

Comments
 (0)