Skip to content

Commit 7807405

Browse files
author
NullPointerException
committed
update issuebot
1 parent c06bc35 commit 7807405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
close_issues:
12+
process_issue:
1313
runs-on: ubuntu-latest
1414

1515
steps:
@@ -114,7 +114,7 @@ jobs:
114114
owner: context.repo.owner,
115115
repo: context.repo.repo,
116116
issue_number: issueNumber,
117-
body: `🔍 Found potentially related issues: ${issueLinks}\n\nPlease check if any of these issues are related to your problem before proceeding.`
117+
body: `🔍 Found related issues: ${issueLinks}\n\nPlease check if any of these issues are related to your problem before proceeding.`
118118
});
119119
}
120120

0 commit comments

Comments
 (0)