File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- github : [' andykenward' ]
1+ github : [" andykenward" ]
Original file line number Diff line number Diff line change 77 schedule :
88 interval : weekly
99 day : sunday
10- - package-ecosystem : ' devcontainers'
11- directory : ' / '
10+ - package-ecosystem : " devcontainers"
11+ directory : " / "
1212 schedule :
1313 interval : weekly
1414 day : sunday
@@ -25,41 +25,41 @@ updates:
2525 groups :
2626 graphql :
2727 patterns :
28- - ' @graphql-codegen/*'
29- - ' @graphql-typed-document-node/*'
30- - ' graphql'
31- - ' graphql-tag'
28+ - " @graphql-codegen/*"
29+ - " @graphql-typed-document-node/*"
30+ - " graphql"
31+ - " graphql-tag"
3232 vitest :
3333 patterns :
34- - ' @vitest*'
35- - ' vitest'
36- - ' vite'
34+ - " @vitest*"
35+ - " vitest"
36+ - " vite"
3737 eslint :
3838 patterns :
39- - ' @eslint/*'
40- - ' @types/eslint'
41- - ' @typescript-eslint/*'
42- - ' eslint'
43- - ' eslint-config-*'
44- - ' eslint-plugin-*'
45- - ' globals'
46- - ' typescript-eslint'
39+ - " @eslint/*"
40+ - " @types/eslint"
41+ - " @typescript-eslint/*"
42+ - " eslint"
43+ - " eslint-config-*"
44+ - " eslint-plugin-*"
45+ - " globals"
46+ - " typescript-eslint"
4747 exclude-patterns :
48- - ' eslint-config-prettier'
48+ - " eslint-config-prettier"
4949 prettier :
5050 patterns :
51- - ' prettier'
52- - ' eslint-config-prettier'
53- - ' @ianvs/prettier-plugin-sort-imports'
54- - ' prettier-plugin-packagejson'
51+ - " prettier"
52+ - " eslint-config-prettier"
53+ - " @ianvs/prettier-plugin-sort-imports"
54+ - " prettier-plugin-packagejson"
5555 octokit :
5656 patterns :
57- - ' @octokit/*'
58- - ' @octokit-next/*'
57+ - " @octokit/*"
58+ - " @octokit-next/*"
5959 cloudflare :
6060 patterns :
61- - ' @cloudflare/*'
62- - ' wrangler'
61+ - " @cloudflare/*"
62+ - " wrangler"
6363 changesets :
6464 patterns :
65- - ' @changesets/*'
65+ - " @changesets/*"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
21- - name : ' Checkout Github Action'
21+ - name : " Checkout Github Action"
2222 uses : actions/checkout@v4
23- - name : ' Deploy deletion from Cloudflare Pages'
23+ - name : " Deploy deletion from Cloudflare Pages"
2424 uses : andykenward/github-actions-cloudflare-pages/delete@v2.3.2
2525 with :
2626 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 5
2121 steps :
22- - name : ' Checkout Github Action'
22+ - name : " Checkout Github Action"
2323 uses : actions/checkout@v4
24- - name : ' Deploy to Cloudflare Pages'
24+ - name : " Deploy to Cloudflare Pages"
2525 uses : andykenward/github-actions-cloudflare-pages@v3.0.0
2626 with :
2727 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change 1414 branches :
1515 - main
1616 paths-ignore :
17- - ' **.md'
17+ - " **.md"
1818 pull_request :
1919 branches :
2020 - main
2121 paths-ignore :
22- - ' **.md'
22+ - " **.md"
2323 workflow_dispatch :
2424
2525concurrency :
Original file line number Diff line number Diff line change 1- name : ' CodeQL'
1+ name : " CodeQL"
22on :
33 push :
4- branches : [' main' ]
4+ branches : [" main" ]
55 pull_request :
6- branches : [' main' ]
6+ branches : [" main" ]
77 schedule :
8- - cron : ' 34 6 * * 2'
8+ - cron : " 34 6 * * 2"
99concurrency :
1010 group : ${{ github.workflow }}-${{ github.ref }}
1111 cancel-in-progress : true
1212jobs :
1313 analyze :
1414 name : Analyze
15- runs-on : ' ubuntu-latest'
15+ runs-on : " ubuntu-latest"
1616 timeout-minutes : 360
1717 permissions :
1818 security-events : write
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- language : [' javascript-typescript', ' actions' ]
22+ language : [" javascript-typescript", " actions" ]
2323 steps :
2424 - name : Checkout repository
2525 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4141 - name : Perform CodeQL Analysis
4242 uses : github/codeql-action/analyze@v4
4343 with :
44- category : ' /language:${{matrix.language}}'
44+ category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2323 timeout-minutes : 5
2424 steps :
2525 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
26- - id : ' cloudflare-pages'
26+ - id : " cloudflare-pages"
2727 uses : ./delete
2828 with :
2929 cloudflare-api-token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212 inputs :
1313 environment :
14- description : ' Environment to run actiomn against'
14+ description : " Environment to run actiomn against"
1515 type : environment
1616 required : false
1717
2929 timeout-minutes : 5
3030 steps :
3131 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
32- - id : ' cloudflare-pages'
32+ - id : " cloudflare-pages"
3333 uses : ./
3434 with :
3535 cloudflare-api-token : ${{secrets.CLOUDFLARE_API_TOKEN}}
3939 github-token : ${{ secrets.GITHUB_TOKEN }}
4040 github-environment : ${{ inputs.environment || 'preview' }}
4141 working-directory : example
42- - id : ' cloudflare-pages-delete'
42+ - id : " cloudflare-pages-delete"
4343 uses : ./delete
4444 # if main branch
4545 if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 33name : update
44on :
55 schedule :
6- - cron : ' 0 0 * * *'
6+ - cron : " 0 0 * * *"
77 workflow_dispatch :
88
99concurrency :
@@ -33,14 +33,14 @@ jobs:
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 - name : Create Pull Request
3535 id : cpr
36- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
36+ uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3737 with :
3838 token : ${{ secrets.GITHUB_TOKEN }}
39- commit-message : ' chore: update payloads'
39+ commit-message : " chore: update payloads"
4040 sign-commits : true
41- branch : ' chore/update-payloads'
41+ branch : " chore/update-payloads"
4242 delete-branch : true
43- title : ' chore: update payloads'
43+ title : " chore: update payloads"
4444 body : |
4545 This is an automated PR to update payloads.
4646 types :
@@ -64,13 +64,13 @@ jobs:
6464 run : pnpm run tsc:types
6565 - name : Create Pull Request
6666 id : cpr
67- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
67+ uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
6868 with :
6969 token : ${{ secrets.GITHUB_TOKEN }}
70- commit-message : ' chore: update types'
70+ commit-message : " chore: update types"
7171 sign-commits : true
72- branch : ' chore/types'
72+ branch : " chore/types"
7373 delete-branch : true
74- title : ' chore: update types'
74+ title : " chore: update types"
7575 body : |
7676 This is an automated PR to update generated types.
Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ const config = {
4343 options : {
4444 parser : 'typescript'
4545 }
46+ } ,
47+ {
48+ files : [ '.github/**/*.{yml,yaml}' ] ,
49+ options : {
50+ parser : 'yaml' ,
51+ singleQuote : false
52+ }
4653 }
4754 ]
4855}
You can’t perform that action at this time.
0 commit comments