Merge branch 'main' into feat/implement-multipartform-handling-for-optional-vector

This commit is contained in:
Yuki Okushi 2026-01-25 16:39:03 +09:00 committed by GitHub
commit d151675424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -12,4 +12,5 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1

View File

@ -11,6 +11,8 @@ jobs:
permissions:
pull-requests: write
contents: read
env:
ACTIONS_STEP_DEBUG: true
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: