From 24616a42e51bba9f439f59e0b7b591dfb5767f9b Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Thu, 8 Aug 2024 11:55:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(label-actions.yml):=20add=20Git?= =?UTF-8?q?Hub=20Actions=20workflow=20for=20issue=20labeling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduce a new GitHub Actions workflow to automate issue management. This workflow automatically handles issues labeled as `needs-discussion`, `needs-code-formatting`, and `retry-latest-version`. - `needs-discussion`: Unlabels `bug` and `triage`, comments to create a discussion, closes, and locks the issue. - `needs-code-formatting`: Comments to format code or logs for better readability. - `retry-latest-version`: Comments to try the latest version of the tool. This automation helps maintain a cleaner and more organized issue tracker by guiding users to follow best practices and ensuring issues are relevant and up-to-date. --- .github/{labal-actions.yml => label-actions.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{labal-actions.yml => label-actions.yml} (100%) diff --git a/.github/labal-actions.yml b/.github/label-actions.yml similarity index 100% rename from .github/labal-actions.yml rename to .github/label-actions.yml