We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06bc35 commit 7807405Copy full SHA for 7807405
.github/workflows/issue_bot.yml
@@ -9,7 +9,7 @@ permissions:
9
contents: read
10
11
jobs:
12
- close_issues:
+ process_issue:
13
runs-on: ubuntu-latest
14
15
steps:
@@ -114,7 +114,7 @@ jobs:
114
owner: context.repo.owner,
115
repo: context.repo.repo,
116
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.`
+ body: `🔍 Found related issues: ${issueLinks}\n\nPlease check if any of these issues are related to your problem before proceeding.`
118
});
119
}
120
0 commit comments