Skip to content

Commit 58550ef

Browse files
committed
Comments added and rfc template removed
1 parent 2921422 commit 58550ef

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

.github/ISSUE_TEMPLATE/rfc-tracking-issue.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/assignee-management.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
types: [assigned, unassigned, labeled]
1616

1717
env:
18-
AWAITING-TRIAGE_LABEL: stat:awaiting triage
18+
AWAITING-TRIAGE_LABEL: stat:awaiting-triage
1919
INVESTIGATING_LABEL: stat:Investigating
2020

2121
jobs:
@@ -59,7 +59,7 @@ jobs:
5959
issues: write
6060

6161
steps:
62-
- name: Assign Issue to Label Creator
62+
- name: Assign Issue to person that added Investigating Label
6363
run: |
6464
# Assign the issue to the person who added the label
6565
gh issue edit "$NUMBER" --add-assignee "$ACTOR"

.github/workflows/mark-stale-issue.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: Mark Stale Issues
1+
# This workflow add "stale" label to issues that have "stat:awaiting-response" for more than 60 days meaning that since we don't have enough information we may potentially close such issue
2+
3+
name: Mark Stale Issues
24

35
on:
46
workflow_dispatch:

.github/workflows/remove-labels-on-issue-close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will remove almost all labels from closed issues beside ones that could be relevant for future tracking like: "port:", "type:", "priority:" and "regression"
1+
# This workflow will remove almost all labels from closed issues beside ones that could be relevant for future tracking like: "port:", "type:", "priority:", "regression" and "stat:imported"
22

33
name: Remove labels when issue is closed
44

0 commit comments

Comments
 (0)