Skip to content

Commit 5866763

Browse files
chore: update issue types in bot validation workflow
- Change issue types from 'opened, edited, labeled' to 'labeled'
1 parent 7712a05 commit 5866763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-validate-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010
type: string
1111
issues:
12-
types: [opened, edited, labeled]
12+
types: [labeled]
1313

1414
concurrency:
1515
group: validate-plot-request-${{ github.event.issue.number || github.run_id }}

0 commit comments

Comments
 (0)