We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a088af1 + 2c94fb0 commit 96d223cCopy full SHA for 96d223c
1 file changed
.github/workflows/auto-label.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Auto-label based on PR content
22
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
23
with:
24
script: |
25
const prTitle = context.payload.pull_request.title.toLowerCase();
@@ -85,7 +85,7 @@ jobs:
85
}
86
87
- name: Add size label
88
89
90
91
// Get PR diff stats
0 commit comments