File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed
Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: GPL-2.0
1+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
22---
33name : Autorebase
44
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: GPL-2.0
1+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
22#
33# This can be used towards the end of your action. All tasks here run even if
44# any of the previous tasks failed.
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: GPL-2.0
1+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
22#
33# Most simple Linux kernel subsystems can be tested with this target
44# test setup. For more elaborates tests look for a topic branch under the
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: GPL-2.0
1+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
22#
33# This can be used as a initialization workflow for most Linux kernel
44# development environments. This takes care of:
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: GPL-2.0
1+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
22#
33# Main unified kdevops CI workflow for Linux kernel trees.
44# This is the primary entry point that kernel trees should reference.
5454 needs : [run-tests, setup]
5555 if : always() # This ensures cleanup runs even if run-tests fails
5656 uses : ./.github/workflows/kdevops-cleanup.yml
57- secrets : inherit
57+ secrets : inherit
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ Minor version bumps (v1.0 → v1.1) for:
4747
4848# ## 5. Documentation Updates
4949
50- Update `KERNEL_TREE_SETUP.md` examples to use tags once v1.0.0 is released.
50+ Update `KERNEL_TREE_SETUP.md` examples to use tags once v1.0.0 is released.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
23#
34# Usage: ./github_output.sh key value
45set -euxo pipefail
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2- # SPDX-License-Identifier: copyleft-next-0.3.1
2+ # SPDX-License-Identifier: GPL-2.0 OR copyleft-next-0.3.1
33import sys
44import logging
55import argparse
You can’t perform that action at this time.
0 commit comments