You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/bot.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We'll be using tags, primarily, to help us understand what needs attention, what
13
13
14
14
### Tagging/Process Details
15
15
1. When new issues arrive, or when issues are not properly tagged... we'll mark them as `Needs-Triage` automatically.
16
-
- The core contributor team will then come through and mark them up as appropriate. The goal is to have a tag that fits the `Product`, `Area`, and `Issue` category.
16
+
- The core contributor team will then come through and mark them up as appropriate. The goal is to have a tag that fits the `Product`, `Area`, and `Issue` category.
17
17
- The `Needs-Triage` tag will be removed manually by the core contributor team during a triage meeting. (Exception, triage may also be done offline by senior team members during high-volume times.)
18
18
- An issue may or may not be assigned to a contributor during triage. It is not necessary to assign someone to complete it.
19
19
- We're not focusing on Projects yet.
@@ -22,7 +22,7 @@ We'll be using tags, primarily, to help us understand what needs attention, what
22
22
- When this tag drops off, the bot will apply the `Needs-Attention` tag to get the core contribution team's attention again. If an author cares enough to be active, we will attempt to prioritize engaging with that author.
23
23
- If the author doesn't come back around in a while, this will become a `No-Recent-Activity` tag.
24
24
- If there's activity on an issue, the `No-Recent-Activity` tag will automatically drop.
25
-
- If the `No-Recent-Activity` stays, the issue will be closed as stale.
25
+
- If the `No-Recent-Activity` stays, the issue will be closed as stale.
26
26
1. PRs will automatically get a `Needs-Author-Feedback` tag when reviewers wait on the author
27
27
- This follows a similar decay strategy to issues.
28
28
- If the author responds, the `Needs-Author-Feedback` tag will drop.
@@ -37,7 +37,7 @@ We'll be using tags, primarily, to help us understand what needs attention, what
37
37
38
38
#### Mark as Triage Needed
39
39
- When an issue doesn't meet triage criteria, applies `Needs-Triage` tag. Right now, this is just when it's opened.
40
-
40
+
41
41
#### Author Has Responded
42
42
- When an issue with `Needs-Author-Feedback` gets an author response, drops that tag in favor of `Needs-Attention` to flag core contributors to drop by.
43
43
@@ -87,16 +87,16 @@ We'll be using tags, primarily, to help us understand what needs attention, what
87
87
#### Auto-Merge pull requests
88
88
- When a pull request has the `AutoMerge` label...
89
89
- If it has been at least 480 minutes and all the statuses pass, merge it in.
90
-
- Will use Squash merge stratgy
90
+
- Will use Squash merge strategy
91
91
- Will attempt to delete branch after merge, if possible
92
92
- Will automatically remove the `AutoMerge` label if changes are pushed by someone *without* Write Access.
93
93
- More information on bot-logic that can be controlled with comments is [here](https://github.com/OfficeDev/office-ui-fabric-react/wiki/Advanced-auto-merge)
94
-
94
+
95
95
#### Mark issues with an active PR
96
96
- If there is an active PR for an issue, label that issue with the `In-PR` label
97
97
98
98
#### Add committed fix tag for completed PRs
99
99
- When a PR is finished and there's no outstanding work left on a linked issue, add the `Resolution-Fix-Committed` label
0 commit comments