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