We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4033623 commit eee81a3Copy full SHA for eee81a3
.github/workflows/pr-size.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- id: config
18
name: Build PR size label config
19
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
20
with:
21
result-encoding: string
22
script: |
@@ -64,7 +64,7 @@ jobs:
64
issues: write
65
66
- name: Ensure PR size labels exist
67
68
env:
69
PR_SIZE_LABELS_JSON: ${{ needs.prepare-config.outputs.labels_json }}
70
@@ -125,7 +125,7 @@ jobs:
125
cancel-in-progress: true
126
127
- name: Sync PR size label
128
129
130
131
0 commit comments