chore(cm): convert js to jsx (#18834)

This commit is contained in:
Josh 2023-11-17 14:36:26 +00:00 committed by GitHub
parent b1a1c48011
commit daaec91b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
152 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ permissions: read-all
jobs: jobs:
check-ownership: check-ownership:
name: "Check if PR was created by a Strapi Team Member" name: 'Check if PR was created by a Strapi Team Member'
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
isTeamMember: ${{ steps.get-user-teams-membership.outputs.isTeamMember }} isTeamMember: ${{ steps.get-user-teams-membership.outputs.isTeamMember }}
@ -20,7 +20,7 @@ jobs:
team: team team: team
username: ${{ github.actor }} username: ${{ github.actor }}
send-response: send-response:
name: "Alert user to change freeze" name: 'Alert user to change freeze'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
pull-requests: write pull-requests: write

View File

@ -1,6 +1,6 @@
compressionLevel: mixed compressionLevel: mixed
defaultSemverRangePrefix: "" defaultSemverRangePrefix: ''
enableGlobalCache: true enableGlobalCache: true

Some files were not shown because too many files have changed in this diff Show More