Skip to content

Commit f353529

Browse files
authored
chore: ADO sync action changes (#3167)
* Update feature.yaml * Update azure-devops-issue-sync.yml
1 parent c50f1aa commit f353529

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 Feature
22
description: "Submit a proposal for a new feature"
33
title: "Feature: "
4-
labels: [feature]
4+
labels: ["enhancement"]
55
assignees: ["prakarsh-dt","nishant-d","anupdhiran"]
66
body:
77
- type: markdown

.github/workflows/azure-devops-issue-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
3030
ado_organization: "DevtronLabs"
3131
ado_project: "Devtron"
32-
ado_wit: "Issue"
32+
ado_wit: "User Story"
3333
ado_new_state: "To Do"
3434
ado_active_state: "Doing"
3535
ado_close_state: "Done"
3636
ado_bypassrules: true
37-
log_level: 100
37+
log_level: 100

0 commit comments

Comments
 (0)