From bc596a3e76da39ec4c3d64495150e853c6bb16a2 Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Thu, 16 May 2024 16:25:35 +0300 Subject: [PATCH] pull_request_template: clearify the template and remove checkbox verification It seems that having the checkbox in the PR template and failing the action is confusing and not very clear. Let's remove it completely and just add to the template an explanation to explain the backport reason Closes scylladb/scylladb#18708 --- .github/pull_request_template.md | 3 +-- .github/workflows/pr-check-completed-tests.yaml | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .github/workflows/pr-check-completed-tests.yaml diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d9627d7e0..ccf01e5dea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,2 +1 @@ -- [ ] ** Backport reason (please explain below if this patch should be backported or not) ** - +**Please replace this line with justification for the backport/\* labels added to this PR** \ No newline at end of file diff --git a/.github/workflows/pr-check-completed-tests.yaml b/.github/workflows/pr-check-completed-tests.yaml deleted file mode 100644 index c49a380e24..0000000000 --- a/.github/workflows/pr-check-completed-tests.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: 'PR Tasks Completed Check' -on: - pull_request_target: - types: [opened, edited] - -jobs: - task-check: - runs-on: ubuntu-latest - steps: - - uses: chromaui/task-completed-checker-action@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"