mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
format yml
This commit is contained in:
parent
dd2db387ab
commit
1afc12a341
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-chat.yml
vendored
4
.github/workflows/pr-chat.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: "microsoft/vscode-github-triage-actions"
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: stable
|
ref: stable
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
|
|
@ -21,5 +21,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.GITHUB_TOKEN}}
|
token: ${{secrets.GITHUB_TOKEN}}
|
||||||
slack_token: ${{ secrets.SLACK_TOKEN }}
|
slack_token: ${{ secrets.SLACK_TOKEN }}
|
||||||
slack_bot_name: "VSCodeBot"
|
slack_bot_name: 'VSCodeBot'
|
||||||
notification_channel: codereview
|
notification_channel: codereview
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue