-
Notifications
You must be signed in to change notification settings - Fork 480
Iterate on issue management workflows #148
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
tidy-dev
commented
Sep 30, 2025
- Add pull_request_target event to close-invalid.yml for PR support
- Use intermediate environment variables for security in close-invalid.yml
- Fix grammar error in stale-issues.yml comment
- Consolidate workflow steps in unable-to-reproduce-comment.yml for better maintainability
- Add pull_request_target event to close-invalid.yml for PR support - Use intermediate environment variables for security in close-invalid.yml - Fix grammar error in stale-issues.yml comment - Consolidate workflow steps in unable-to-reproduce-comment.yml for better maintainability
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.
Pull Request Overview
This PR iterates on issue management workflows to improve security, maintainability, and functionality. It adds PR support to the close-invalid workflow, enhances security practices, fixes a grammar error, and consolidates workflow steps.
- Add
pull_request_targetevent support to close-invalid.yml for handling PRs with invalid labels - Implement security best practices by using intermediate environment variables instead of direct template injection
- Consolidate workflow steps in unable-to-reproduce-comment.yml to reduce complexity and improve maintainability
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/close-invalid.yml | Adds PR support and uses intermediate environment variables for security |
| .github/workflows/no-response.yml | Migrates from lee-dohm/no-response to actions/stale with updated configuration |
| .github/workflows/unable-to-reproduce-comment.yml | Consolidates multiple steps into a single step with combined commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
andyfeller
left a comment
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.
Thank you for always hearing feedback! I feel more confident managing these ❤️
|
|
:) |
sergioleonar
left a comment
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.
|
|