File tree Expand file tree Collapse file tree 5 files changed +6
-16
lines changed
Expand file tree Collapse file tree 5 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "🐛 Report a documentation issue"
22description : >-
33 Report an issue with current documentation.
44labels :
5- - doc-bug
5+ - issue- doc-bug
66 - needs-triage
77body :
88 - type : markdown
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "💡 Suggest a new document or idea"
22description : >-
33 Suggest a new document or major rewrite of an existing one.
44labels :
5- - doc-idea
5+ - issue- doc-idea
66 - needs-triage
77body :
88 - type : checkboxes
Original file line number Diff line number Diff line change 11name : " 🦾 Commit to a Quality Contribution"
22description : >-
33 File an issue to take part in the PowerShell Docs Quality Contributions project.
4+ labels :
5+ - project-quality
46title : " Quality: "
57body :
68 - type : markdown
Original file line number Diff line number Diff line change 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- 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments