Skip to content

Commit 1a98a8d

Browse files
authored
Merge pull request MicrosoftDocs#3254 from michaeltlombardi/ab-62329/main/update-for-labels
(AB-62329) Update GHA/templates
2 parents 5617c49 + 096397f commit 1a98a8d

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

.github/ISSUE_TEMPLATE/00-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "🐛 Report a documentation issue"
22
description: >-
33
Report an issue with current documentation.
44
labels:
5-
- doc-bug
5+
- issue-doc-bug
66
- needs-triage
77
body:
88
- type: markdown

.github/ISSUE_TEMPLATE/01-article.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "💡 Suggest a new document or idea"
22
description: >-
33
Suggest a new document or major rewrite of an existing one.
44
labels:
5-
- doc-idea
5+
- issue-doc-idea
66
- needs-triage
77
body:
88
- type: checkboxes

.github/ISSUE_TEMPLATE/02-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "🦾 Commit to a Quality Contribution"
22
description: >-
33
File an issue to take part in the PowerShell Docs Quality Contributions project.
4+
labels:
5+
- project-quality
46
title: "Quality: "
57
body:
68
- type: markdown

.github/workflows/quality.issue.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
regex: "Quality: Foo"
2020
flags: gm
2121

22-
project:
23-
name: Add to project
24-
needs: quality
25-
if: needs.quality.outputs.check == 'true'
26-
runs-on: ubuntu-latest
27-
steps:
28-
- uses: actions/[email protected]
29-
with:
30-
project-url: https://github.com/orgs/MicrosoftDocs/projects/15/views/1
31-
github-token: ${{ secrets.quality_token }}
32-
3322
assign:
3423
name: Assign to author
3524
needs: quality

.github/workflows/quality.pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
needs.check.outputs.title == 'true'
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/add-[email protected]
36+
- uses: actions-ecosystem/action-add-labels@v1
3737
with:
38-
project-url: https://github.com/orgs/MicrosoftDocs/projects/15/views/1
39-
github-token: ${{ secrets.quality_token }}
38+
labels: project-quality

0 commit comments

Comments
 (0)