From 96559bebcf98fcd2243cab67dbdae9cfce6c94cd Mon Sep 17 00:00:00 2001 From: cyberthirst Date: Mon, 14 Oct 2024 22:21:43 +0200 Subject: [PATCH] chore[ci]: add auto-labeling workflow (#4276) auto-label new issues with "needs triage" --- .github/ISSUE_TEMPLATE/bug.md | 1 + .github/ISSUE_TEMPLATE/vip.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a48e240a23..88f418fff4 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,7 @@ --- name: Bug Report about: Any general feedback or bug reports about the Vyper Compiler. No new features proposals. +labels: ["needs triage"] --- ### Version Information diff --git a/.github/ISSUE_TEMPLATE/vip.md b/.github/ISSUE_TEMPLATE/vip.md index b35a1e7c23..d32a8ac3de 100644 --- a/.github/ISSUE_TEMPLATE/vip.md +++ b/.github/ISSUE_TEMPLATE/vip.md @@ -1,6 +1,7 @@ --- name: Vyper Improvement Proposal (VIP) about: This is the suggested template for new VIPs. +labels: ["needs triage"] --- ## Simple Summary "If you can't explain it simply, you don't understand it well enough." Provide a simplified and layman-accessible explanation of the VIP.