Update on-youtube-issue.yml

pull/23214/head
Raymond Hill 2024-04-07 07:40:24 -04:00 committed by GitHub
parent 7cf5f5ef1b
commit 29ac0994db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
check-if-youtube:
name: Close as duplicate
runs-on: ubuntu-latest
if: startsWith(github.event.issue.title, 'youtube.com:') || startsWith(github.event.issue.title, 'music.youtube.com:')
if: contains(github.event.issue.title, 'youtube.com:')
permissions:
issues: write
steps: