-
Notifications
You must be signed in to change notification settings - Fork 100
Link for github issues in PR #1122
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
Conversation
|
The pull request review highlights concerns across three main areas: security vulnerabilities, adherence to coding standards, and potential bugs. There is a potential security risk identified with hardcoded URLs in the workflow file, which might necessitate using parameters or secrets to mitigate unauthorized actions or exposure of sensitive information, while also ensuring that exception logging does not inadvertently expose sensitive details. It is recommended to validate URLs to avoid errors like 404s, address potential unpacking issues with the
Overall, it's recommended to double-check the handling of
Since this is a metadata change, it does not involve functional code, so it does not break any original coding standards in regard to code logic. However, ensure that any corresponding changes that depend on this version update (e.g., in changelogs or documentation) are also addressed outside of this diff. Overall, the modification maintains coding standards in terms of proper semantic versioning. |
|
Not required, original method of adding |
PR Checklist
PR Type
What is the current behavior?
Currently we don't link issues to PRs.
Issue Number: N/A
What is the new behavior?
When provided with
issue_url, theCreatePRstep now will link the newly created PR with the issue.Other information