Skip to content

Commit d19a3ef

Browse files
committed
updates descriptions
1 parent 888e1eb commit d19a3ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pr-enforce-pr-labels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66
labels:
77
required: true
88
type: string
9-
description: "comma separated list of labels where exactly one has to be set on PRs"
9+
description: "A comma separated list of labels where exactly one has to be set on PRs."
1010
secrets:
1111
github-token:
1212
required: true
13-
description: A GitHub token with access to the issues of the calling repo
13+
description: "A GitHub token with access to the issues of the calling repo."
1414

1515
jobs:
16-
# make sure _all_ PRs have a calver, docs and notes label.
1716
enforce-pr-labels:
1817
runs-on: ubuntu-latest
1918
steps:

0 commit comments

Comments
 (0)