There was an error while loading. Please reload this page.
1 parent a9db6c0 commit 9b4e2fdCopy full SHA for 9b4e2fd
.github/github-action/index.js
@@ -9,7 +9,7 @@ async function run() {
9
10
const match = title.match(/Answer(:?)\s*(\d+)/);
11
if (match) {
12
- labels.push(String(parseInt(match[1], 10)));
+ labels.push(String(parseInt(match[2], 10)));
13
}
14
15
const actor = github.context.actor;
0 commit comments