Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albemala authored Jan 20, 2025
1 parent 8789bd9 commit b360563
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const issueComment = "Thank you for opening this issue! We will look into it shortly.";
const issueComment = `Thank you for opening this issue!
I will look into it as soon as possible. In the meantime, please review these important project updates:

- [Version 3.0 RFC](https://github.com/albemala/native_video_player/issues/33) - Information about upcoming changes and new features
- [Community Funding Model](https://github.com/albemala/native_video_player/issues/34) - Learn about project development and support

Your feedback and contributions are greatly appreciated!`;

await github.rest.issues.createComment({
...context.repo,
issue_number: context.issue.number,
Expand Down

0 comments on commit b360563

Please sign in to comment.