Update subscribers action (#194934)

* Bring back subscribers.json

* Remove subscribers task since file isn't used
This commit is contained in:
Logan Ramos
2023-10-05 14:59:19 -07:00
committed by GitHub
parent e933c1d7b2
commit 10b4062915

View File

@@ -37,14 +37,6 @@ jobs:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
config-path: commands
# only here.
- name: Run Subscribers
uses: ./actions/topic-subscribe
with:
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
config-path: subscribers
# source of truth in ./feature-request.yml
- name: Run Feature Request Manager
if: contains(github.event.issue.labels.*.name, 'feature-request')