We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bdae6 commit e7cfc19Copy full SHA for e7cfc19
.github/workflows/process-pull-request.yml
@@ -35,8 +35,8 @@ jobs:
35
if ! git fetch origin ${{ github.head_ref }}; then
36
echo "Unable to checkout ${{ github.head_ref }}"
37
fi
38
- git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
39
- git fetch --shallow-since="3 years ago" linux
+ # git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ # git fetch --shallow-since="3 years ago" linux
40
echo "Will run process-git-request.py with:"
41
echo "fname = ${{ github.run_id }}"
42
echo "target_branch = ${{ github.base_ref }}"
0 commit comments