Merge pull request #5777 from gregvanl/removeChat

Remove pr-chat.yml cause Logan sez so
This commit is contained in:
Logan Ramos 2022-11-10 10:11:46 -05:00 коммит произвёл GitHub
Родитель 52aea9e696 0b8604d010
Коммит 56ceaec813
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 25 удалений

25
.github/workflows/pr-chat.yml поставляемый
Просмотреть файл

@ -1,25 +0,0 @@
name: PR Chat
on:
pull_request_target:
types: [opened, ready_for_review, closed]
jobs:
main:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
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.GITHUB_TOKEN}}
slack_token: ${{ secrets.SLACK_TOKEN }}
slack_bot_name: 'VSCodeBot'
notification_channel: codereview