Skip to content

Commit

Permalink
Merge pull request #10083 from microsoft/dev/bhavyau/feature-request
Browse files Browse the repository at this point in the history
Update feature-request workflow
  • Loading branch information
bhavyaus authored Jul 19, 2024
2 parents bd8edad + 1fdada1 commit 4c179d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
types: [trigger-feature-request-manager]
issues:
types: [milestoned]
schedule:
- cron: 20 2 * * * # 4:20am Zurich

# also make changes in ./on-label.yml
jobs:
Expand All @@ -26,8 +24,9 @@ jobs:
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
uses: ./actions/feature-request
with:
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
repo: "vscode-remote-release"
owner: "microsoft"
candidateMilestoneID: 12
candidateMilestoneName: Backlog Candidates
backlogMilestoneID: 4
Expand Down

0 comments on commit 4c179d3

Please sign in to comment.