Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Oct 28, 2023
1 parent 6f35687 commit db298f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:
types:
- opened
- reopened
- ready_for_review
- reopened

jobs:
assign:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
- labeled
- ready_for_review
- reopened
- synchronize

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
- reopened
- synchronize

jobs:
check:
Expand Down

0 comments on commit db298f6

Please sign in to comment.