ci: don't run issue triage on edit (#9113)

This commit is contained in:
Jiralite 2023-02-08 22:00:26 +00:00 committed by GitHub
parent 405f9400e8
commit 0e4224be36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: 'Issue Labeler'
on:
issues:
types: [opened, edited]
types: [opened]
jobs:
issue-triage: