File tree Expand file tree Collapse file tree 6 files changed +647
-5
lines changed
Expand file tree Collapse file tree 6 files changed +647
-5
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11// SPDX-FileCopyrightText: 2023-2025 Awayume <dev@awayume.jp>
2- // SPDX-License-Identifier: MIT
2+ // SPDX-License-Identifier: AGPL-3.0-only LicenseRef- MIT-previous
33
44import core from '@actions/core' ;
55import github from '@actions/github' ;
Original file line number Diff line number Diff line change 11// SPDX-FileCopyrightText: 2023-2025 Awayume <dev@awayume.jp>
2- // SPDX-License-Identifier: MIT
2+ // SPDX-License-Identifier: AGPL-3.0-only LicenseRef- MIT-previous
33
44import { base_regex , Task } from './task.mjs' ;
55
Original file line number Diff line number Diff line change 11// SPDX-FileCopyrightText: 2023-2025 Awayume <dev@awayume.jp>
2- // SPDX-License-Identifier: MIT
2+ // SPDX-License-Identifier: AGPL-3.0-only LicenseRef- MIT-previous
33
44import github from '@actions/github' ;
55import { maybeForbidden } from './utils.mjs' ;
Original file line number Diff line number Diff line change 11// SPDX-FileCopyrightText: 2023-2025 Awayume <dev@awayume.jp>
2- // SPDX-License-Identifier: MIT
2+ // SPDX-License-Identifier: AGPL-3.0-only LicenseRef- MIT-previous
33
44export const base_regex = / - + \[ .] + / ;
55const checked_regex = / - + \[ x ] + .+ / i;
Original file line number Diff line number Diff line change 11// SPDX-FileCopyrightText: 2023-2025 Awayume <dev@awayume.jp>
2- // SPDX-License-Identifier: MIT
2+ // SPDX-License-Identifier: AGPL-3.0-only LicenseRef- MIT-previous
33
44export async function maybeForbidden ( func , ...args ) {
55 try {
You can’t perform that action at this time.
0 commit comments