Skip to content
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

Validate PR existence before creating PR #117

Merged
merged 3 commits into from
Jan 3, 2024
Merged

Validate PR existence before creating PR #117

merged 3 commits into from
Jan 3, 2024

Conversation

lindluni
Copy link
Member

@lindluni lindluni commented Jan 3, 2024

This pull request includes changes to the CodeQL configuration and management scripts, primarily focusing on improving the handling of pull requests. The most important changes include updating the compliance message, adding new functions to handle pull requests, and incorporating these functions into the main management script.

Updates to compliance message:

  • .github/workflows/required-workflow-verify-codeql-usage.yml: Updated the compliance message to specify that the default branch of the repository has not been scanned in the last 7 days, rather than the entire repository.

New functions for pull request handling:

  • configure-codeql/github-get.js: Added two new functions, pullRequestExists and reopenPullRequest. The pullRequestExists function checks if a pull request exists for a specific branch in a repository, and the reopenPullRequest function reopens an existing pull request.

Integration of new functions into management script:

  • configure-codeql/manager.js: Imported the new functions from github-get.js and incorporated them into the Manager class. The script now checks if a pull request already exists before creating a new one, and reopens the existing pull request if it exists. [1] [2]

@lindluni lindluni merged commit 253aa0c into main Jan 3, 2024
12 of 14 checks passed
@lindluni lindluni deleted the pr-check branch January 3, 2024 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant