-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add code-review workflow task #21103
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
Merged
+294
−0
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4001fe5
feat: add code-review task (initial commit)
DevelopmentCats c6b85ec
temp(workflows): update code-review workflow to use shared secrets fo…
DevelopmentCats 2fea873
refactor: enhance code-review workflow with improved GitHub authentic…
DevelopmentCats 84ccad8
chore: enhance code-review workflow with URL validation and improved …
DevelopmentCats d94e9df
refactor: update code-review workflow to enhance review phases and su…
DevelopmentCats 724e8b1
fix: security vuln in linting
DevelopmentCats 96e6afd
Merge branch 'main' into cat/code-review-task
DevelopmentCats 647b610
Merge branch 'main' into cat/code-review-task
DevelopmentCats c7c96e9
Merge branch 'main' into cat/code-review-task
DevelopmentCats c5fe6c5
chore(workflows): add security instructions for PR content review
DevelopmentCats 96c66d6
Merge branch 'main' into cat/code-review-task
DevelopmentCats 62bf201
chore(workflows): streamline code review process and enhance security…
DevelopmentCats ca4dd32
Merge branch 'main' into cat/code-review-task
DevelopmentCats dcaedbd
chore(workflows): update code review prompt for critical suggestion i…
DevelopmentCats ff8d037
chore(workflows): enhance code review instructions for suggestion for…
DevelopmentCats a26b00f
chore(workflows): rewrite prompt
DevelopmentCats 595278f
chore(workflows): update code review guidelines to include Coder-spec…
DevelopmentCats 50dc5c0
chore(workflows): refine code review guidelines to emphasize actionab…
DevelopmentCats 8ab152f
chore(workflows): update code review guidelines to address additional…
DevelopmentCats 3d1dd32
chore(workflows): clarify code review guidelines regarding the use of…
DevelopmentCats 5d9492b
chore: apply code-review suggestion for gnu specific syntax
DevelopmentCats 32e54e8
chore(workflows): update code review comments to include Coder Tasks …
DevelopmentCats 7ba4bdf
chore(workflows): simplify code review process by updating commit SHA…
DevelopmentCats f0eaa46
chore(workflows): improve portability of PR number extraction by repl…
DevelopmentCats d6cdd8f
Merge branch 'main' into cat/code-review-task
DevelopmentCats 50281ce
chore(workflows): enhance code review instructions with clearer guide…
DevelopmentCats fb144d5
chore(workflows): update code review guidelines to enhance clarity an…
DevelopmentCats 9a5f70f
chore(workflows): improve error handling and clarify set -u behavior …
DevelopmentCats File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
chore(workflows): improve error handling and clarify set -u behavior …
…in code review guidelines
- Loading branch information
commit 9a5f70fc49f7fb4fa1fc4af70c7d4de313ac3f9e
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Issue: sed command can fail silently, leaving PR_NUMBER empty if URL doesn't match pattern.
Impact: Empty PR_NUMBER causes cryptic failures in downstream git commands (git fetch, gh api calls) with confusing error messages like "pull//head" or "pull undefined/reviews".