-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the feature to auto comment on a new issue creation #405
Added the feature to auto comment on a new issue creation #405
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Can you put up the video recording of the local working. |
@suhanipaliwal ???? |
No changes up till now @suhanipaliwal , are you working on it or not ? |
There are no changes required in this pull request. I can't record the video for it. once a new issue is created then the functionality will be visible. I have worked on this issue in other repositories as well so I know that this will work. |
Please merge this pull request and add labels as per gssoc guidelines. |
exit 1 | ||
fi | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a specific convention required like you can not explicitly define the secret via GitHub as the starting name of the token.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just make sure from next time onwards it , not happen you can start with any word just skip the GitHub.
LGTM @suhanipaliwal |
Fixes #305