FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-docs/.github/workflows/triage-issues.yml at main · manupk/github-docs · GitHub
manupk
/
github-docs
Public
forked from
github/docs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
github-docs
/
.github
/
workflows
/
triage-issues.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
31 lines (24 loc) · 766 Bytes
Breadcrumbs
github-docs
/
.github
/
workflows
/
triage-issues.yml
Copy path
File metadata and controls
31 lines (24 loc) · 766 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name
:
Triage new issues
#
**What it does**: Add the 'triage' label to new issues in the open source repository.
#
**Why we have it**: We want to make sure that new issues are triaged and assigned to the right team.
#
**Who does it impact**: Docs open source.
on
:
issues
:
types
:
-
reopened
-
opened
permissions
:
contents
:
read
issues
:
write
jobs
:
triage_issues
:
if
:
${{ github.repository == 'github/docs' }}
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repo
uses
:
actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
#
v6.0.1
-
uses
:
./.github/actions/node-npm-setup
-
name
:
Label new issues with 'triage'
uses
:
./.github/actions/labeler
with
:
addLabels
:
'
triage
'
Back
|
FazBrowse Home
|
New Git URL