We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc4b48 commit b720cdfCopy full SHA for b720cdf
1 file changed
.github/workflows/labels.yml
@@ -65,7 +65,7 @@ jobs:
65
{"name": "Component: pwait", "color": "0e8a16", "description": "Issues related to pwait(1)"}
66
]
67
steps:
68
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
69
with:
70
script: |
71
const labels = JSON.parse(process.env.LABELS_JSON);
0 commit comments