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

ci: bypass the required status checks #4611

Merged
merged 3 commits into from
Jun 12, 2023

Conversation

knqyf263
Copy link
Collaborator

@knqyf263 knqyf263 commented Jun 12, 2023

Description

I found a hack on required status checks.
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks

This pull request made several changes to the GitHub Actions workflows to bypass the required status checks:

  • Added a new workflow: .github/workflows/bypass-cla.yaml is used to bypass the Contributor License Agreement (CLA) check in merge queue.
  • Added a new workflow : .github/workflows/bypass-test.yaml is used to bypass the required check for document updates.
  • Revert integration-test.yaml: Revert changes made in ci: support merge queue #3652

Related PRs

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've followed the conventions in the PR title.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@knqyf263 knqyf263 self-assigned this Jun 12, 2023
@knqyf263 knqyf263 requested a review from afdesk June 12, 2023 10:33
@knqyf263 knqyf263 merged commit 0e876d5 into aquasecurity:main Jun 12, 2023
@knqyf263 knqyf263 deleted the merge_queue_cla branch June 12, 2023 11:39
AnaisUrlichs pushed a commit to AnaisUrlichs/trivy that referenced this pull request Aug 10, 2023
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.

2 participants