mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
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:
committed by
Nadav Har'El
parent
f239339a29
commit
bc596a3e76
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
@@ -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**
|
||||
12
.github/workflows/pr-check-completed-tests.yaml
vendored
12
.github/workflows/pr-check-completed-tests.yaml
vendored
@@ -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 }}"
|
||||
Reference in New Issue
Block a user