Add PR Chat (#149389)

* Add PR Chat action

* Temporarily switch to build to verify chat

* Switch to codereview channel

* use stable version of actions
pull/149411/head
Jackson Kearl 2022-05-12 16:25:58 -07:00 committed by GitHub
parent a075453e55
commit 9e8b4e53ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
.github/workflows/pr-chat.yml vendored 100644
View File

@ -0,0 +1,23 @@
name: PR Chat
on:
pull_request:
types: [opened, ready_for_review]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "microsoft/vscode-github-triage-actions"
ref: stable
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Code Review Chat
uses: ./actions/code-review-chat
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
slack_token: ${{ secrets.SLACK_TOKEN }}
notification_channel: codereview