Skip to content

Commit bc08e07

Browse files
authored
Make PR input not required (#196)
1 parent 1908b5d commit bc08e07

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/check_pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
pr:
77
type: number
88
description: PR to check
9-
required: true
109
action:
1110
type: choice
1211
description: Action to perform

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: actionlint
5959
additional_dependencies:
60-
- github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0
60+
- github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1
6161

6262
- repo: https://github.com/woodruffw/zizmor-pre-commit
6363
rev: v1.15.2

0 commit comments

Comments
 (0)