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
This commit is contained in:
Yaron Kaikov
2024-05-16 16:25:35 +03:00
committed by Nadav Har'El
parent f239339a29
commit bc596a3e76
2 changed files with 1 additions and 14 deletions

View File

@@ -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**

View File

@@ -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 }}"