From d32d9393c4c406174f2804379e1c51ed9cc3fa87 Mon Sep 17 00:00:00 2001 From: Greg Rose Date: Thu, 9 Jan 2025 11:29:36 -0800 Subject: [PATCH 1/2] github actions: To fix PR checker --- .github/workflows/process-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-pull-request.yml b/.github/workflows/process-pull-request.yml index 5a7eb640cd835..69ae5a4c88cbe 100644 --- a/.github/workflows/process-pull-request.yml +++ b/.github/workflows/process-pull-request.yml @@ -18,7 +18,6 @@ jobs: test: runs-on: ubuntu-latest - strategy: steps: - uses: actions/checkout@v4 @@ -34,6 +33,7 @@ jobs: fi # git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git # git fetch --shallow-since="3 years ago" linux + echo "Skipping fetch of linux" echo "Will run process-git-request.py with:" echo "fname = ${{ github.run_id }}" echo "target_branch = ${{ github.base_ref }}" From 08e890a0f711e8911a63cee313ba2041cb16f65a Mon Sep 17 00:00:00 2001 From: Greg Rose Date: Thu, 9 Jan 2025 12:31:18 -0800 Subject: [PATCH 2/2] Make minor change to force PR --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 2c927ccbd9705..6b2197785a2b0 100644 --- a/README +++ b/README @@ -17,3 +17,5 @@ See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel. + +Make a trivial change to force PR