Skip to content

Commit

Permalink
fix: fixed set-default-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 20, 2024
1 parent 3a2a7e7 commit 84284de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
},
"pnpm": {
"overrides": {
"@commitlint/config-conventional": "^19.2.2",
"typescript": "^5.4.3"
"@commitlint/config-conventional": "^19.2.2"
}
}
}
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions workflow/set-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ on: # yamllint disable-line rule:truthy
required: false
type: "boolean"
dry-run:
description: "If enabled, changes will not be applied.",
description: "If enabled, changes will not be applied."
default: "${{ github.event_name == 'pull_request' }}"
required: false
type: "boolean"
yaml-file:
description: "Path to YAML file containing labels definitions.",
description: "Path to YAML file containing labels definitions."
default: ".github/labels.yml"
required: false
type: "string"

permissions:
# Issues and related comments, assignees, labels, and milestones.
issues: write
# Issues and related comments, assignees, labels, and milestones.
issues: "write"

jobs:
set-default-labels:
Expand Down

0 comments on commit 84284de

Please sign in to comment.