Fix repository_dispatch syntax (#56499)

This commit is contained in:
Jake Bailey 2023-11-22 10:26:22 -08:00 committed by GitHub
parent cfd05d7a2a
commit dcbfb0c75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: New Release Branch
on:
repository_dispatch:
types: new-release-branch
types: [new-release-branch]
permissions:
contents: read

View File

@ -6,7 +6,7 @@ on:
# enable users to manually trigger with workflow_dispatch
workflow_dispatch: {}
repository_dispatch:
types: publish-nightly
types: [publish-nightly]
permissions:
contents: read

View File

@ -2,7 +2,7 @@ name: Set branch version
on:
repository_dispatch:
types: set-version
types: [set-version]
permissions:
contents: read

View File

@ -2,7 +2,7 @@ name: Sync branch with master
on:
repository_dispatch:
types: sync-branch
types: [sync-branch]
workflow_dispatch:
inputs:
branch_name:

View File

@ -7,7 +7,7 @@ on:
schedule:
- cron: '0 8 * * *'
repository_dispatch:
types: run-twoslash-repros
types: [run-twoslash-repros]
workflow_dispatch:
inputs:
issue: