We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e1eb commit d19a3efCopy full SHA for d19a3ef
1 file changed
.github/workflows/pr-enforce-pr-labels.yml
@@ -6,14 +6,13 @@ on:
6
labels:
7
required: true
8
type: string
9
- description: "comma separated list of labels where exactly one has to be set on PRs"
+ description: "A comma separated list of labels where exactly one has to be set on PRs."
10
secrets:
11
github-token:
12
13
- description: A GitHub token with access to the issues of the calling repo
+ description: "A GitHub token with access to the issues of the calling repo."
14
15
jobs:
16
- # make sure _all_ PRs have a calver, docs and notes label.
17
enforce-pr-labels:
18
runs-on: ubuntu-latest
19
steps:
0 commit comments