We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
idle
1 parent 507c235 commit 7103d72Copy full SHA for 7103d72
4 files changed
.github/workflows/idle.yml
.github/workflows/lock-closed.yml
@@ -1,4 +1,4 @@
1
-name: 'Lock old issues and pull requests'
+name: "Lock old issues and pull requests"
2
on:
3
workflow_call:
4
inputs:
.github/workflows/new-issues.yml
@@ -1,6 +1,6 @@
name: "Mark new issues with specified label(s)"
-on:
+on:
5
6
target-repo:
.github/workflows/set-default-labels.yml
@@ -8,7 +8,7 @@ on:
8
required: true
9
type: string
10
should-delete-labels:
11
- description: 'Delete labels that are not in the list'
+ description: "Delete labels that are not in the list"
12
default: false
13
required: false
14
type: boolean
0 commit comments