From fde56662e50f52ff238a0fed58cff6bcbe850666 Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Mon, 5 Aug 2024 02:39:07 +0530 Subject: [PATCH 1/3] Try fixing docker issue template --- .github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md index 1c66bd42..014875b8 100644 --- a/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md @@ -1,9 +1,8 @@ --- -title: Workflow Failure: docker-requirements -labels: bug +title: "Workflow Failure: docker-requirements" +labels: "bug" --- - -The workflow 'docker-requirements' has failed. Please check the details at: [Workflow -Run Details](https://github.com/{{ repository }}/actions/runs/{{ run_id }}) +The workflow 'docker-requirements' has failed. +Please check the details at: [Workflow Run Details](https://github.com/{{ repository }}/actions/runs/{{ run_id }}) Triggered by: {{ actor }} From 80c94ef72be83ae15a114bf6ad94a941132eca8a Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Mon, 5 Aug 2024 02:42:29 +0530 Subject: [PATCH 2/3] Tag the actor on issue --- .github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md index 014875b8..935ffc4e 100644 --- a/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md @@ -5,4 +5,4 @@ labels: "bug" The workflow 'docker-requirements' has failed. Please check the details at: [Workflow Run Details](https://github.com/{{ repository }}/actions/runs/{{ run_id }}) -Triggered by: {{ actor }} +Triggered by: @{{ actor }} From 253148b5447a39894665afbb4ee1e49422bf1c96 Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Mon, 5 Aug 2024 02:58:50 +0530 Subject: [PATCH 3/3] Lint --- .github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md index 935ffc4e..0a555684 100644 --- a/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/DOCKER_ISSUE_TEMPLATE.md @@ -2,7 +2,8 @@ title: "Workflow Failure: docker-requirements" labels: "bug" --- -The workflow 'docker-requirements' has failed. -Please check the details at: [Workflow Run Details](https://github.com/{{ repository }}/actions/runs/{{ run_id }}) + +The workflow 'docker-requirements' has failed. Please check the details at: [Workflow +Run Details](https://github.com/{{ repository }}/actions/runs/{{ run_id }}) Triggered by: @{{ actor }}