mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-06 02:00:01 -06:00
Fix repository_dispatch syntax (#56499)
This commit is contained in:
parent
cfd05d7a2a
commit
dcbfb0c75e
2
.github/workflows/new-release-branch.yaml
vendored
2
.github/workflows/new-release-branch.yaml
vendored
@ -2,7 +2,7 @@ name: New Release Branch
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: new-release-branch
|
||||
types: [new-release-branch]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/set-version.yaml
vendored
2
.github/workflows/set-version.yaml
vendored
@ -2,7 +2,7 @@ name: Set branch version
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: set-version
|
||||
types: [set-version]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
2
.github/workflows/sync-branch.yaml
vendored
2
.github/workflows/sync-branch.yaml
vendored
@ -2,7 +2,7 @@ name: Sync branch with master
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: sync-branch
|
||||
types: [sync-branch]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch_name:
|
||||
|
||||
2
.github/workflows/twoslash-repros.yaml
vendored
2
.github/workflows/twoslash-repros.yaml
vendored
@ -7,7 +7,7 @@ on:
|
||||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
repository_dispatch:
|
||||
types: run-twoslash-repros
|
||||
types: [run-twoslash-repros]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
issue:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user