Skip to content

Commit 423f95a

Browse files
committed
ci: fix permission issue
Signed-off-by: Me0wo <152751263+Sn0wo2@users.noreply.github.com>
1 parent 0a4a396 commit 423f95a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,4 @@ jobs:
9898
branch: "chore/go-lint-fixes"
9999
base: main
100100
signoff: true
101-
sign-commits: true
102-
reviewers: "Sn0wo2"
103-
labels: "bot,lint"
101+
sign-commits: true

.github/workflows/react.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ jobs:
6161
branch: "chore/es-lint-fixes"
6262
base: main
6363
signoff: true
64-
sign-commits: true
65-
reviewers: "Sn0wo2"
66-
labels: "bot,lint"
64+
sign-commits: true

0 commit comments

Comments
 (0)