Skip to content

Commit fb60126

Browse files
rushmash91a-hilaly
andauthored
Update .github/workflows/issue-response.yml
Co-authored-by: Amine <[email protected]>
1 parent bc21354 commit fb60126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
const username = context.payload.issue.user.login;
2525
2626
// Your markdown message
27-
const slaMessage = `Hello @${username} 👋 Thank you for opening an issue in ACK! The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the [Contribution](https://github.com/aws-controllers-k8s/community/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/aws-controllers-k8s/community/blob/main/CODE_OF_CONDUCT.md) guidelines. You can find out more information about ACK on our [website](https://aws-controllers-k8s.github.io/community/).`;
27+
const slaMessage = `Hello @${username} 👋 Thank you for opening an issue in ACK! A maintainer will triage this issue soon.\n\nWe encourage community contributions, so if you're interested in tackling this yourself or suggesting a solution, please check out our [Contribution](https://github.com/aws-controllers-k8s/community/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/aws-controllers-k8s/community/blob/main/CODE_OF_CONDUCT.md) guidelines.\n\nYou can find more information about ACK on our [website](https://aws-controllers-k8s.github.io/community/).`;
2828
2929
// Create the comment on the opened issue
3030
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)