Skip to content

Commit 7103d72

Browse files
committed
ci(workflows): remove idle workflow
1 parent 507c235 commit 7103d72

4 files changed

Lines changed: 3 additions & 62 deletions

File tree

.github/workflows/idle.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Lock old issues and pull requests'
1+
name: "Lock old issues and pull requests"
22
on:
33
workflow_call:
44
inputs:

.github/workflows/new-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Mark new issues with specified label(s)"
22

3-
on:
3+
on:
44
workflow_call:
55
inputs:
66
target-repo:

.github/workflows/set-default-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: string
1010
should-delete-labels:
11-
description: 'Delete labels that are not in the list'
11+
description: "Delete labels that are not in the list"
1212
default: false
1313
required: false
1414
type: boolean

0 commit comments

Comments
 (0)