Skip to content

Commit 31f53a6

Browse files
committed
Output tagged issues
1 parent e5d4b18 commit 31f53a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-low-priority.yml renamed to .github/workflows/tagPriorityLow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update low priority items based on ADO query
1+
name: tag priority-low items
22

33
on:
44
workflow_dispatch:
@@ -78,6 +78,8 @@ jobs:
7878
ghIssueNumbers.forEach(async (issueNumber) => {
7979
await addLowPriorityLabel(issueNumber);
8080
});
81+
82+
core.setOutput('Tagged Issues', ghIssueNumbers.join(','));
8183

8284

8385

0 commit comments

Comments
 (0)