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

[BUG] Fix pull requests description check for dependabot PRs #13652

Open
VachaShah opened this issue May 13, 2024 · 1 comment
Open

[BUG] Fix pull requests description check for dependabot PRs #13652

VachaShah opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. dependabot PRs with auto version bumps from dependabot Other

Comments

@VachaShah
Copy link
Collaborator

Describe the bug

Pull requests description check workflow fails on dependabot PRs on the second commit that happens by Dependabot PR actions. The check is added in PR description check workflow to check if the github actor is dependabot, but this fails since for the second commit github actor is not considered as dependabot.

Related component

Other

To Reproduce

  1. See https://github.com/opensearch-project/OpenSearch/actions/runs/9066895401/job/24910824890?pr=13642

Expected behavior

The check should pass.

Additional Details

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@peternied
Copy link
Member

[Triage - attendees 1 2 3 4 5 6 7 8]
@VachaShah Thanks for creating this issue, what do you think about making a pull request to update the workflow?

@peternied peternied added dependabot PRs with auto version bumps from dependabot Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Build Build Tasks/Gradle Plugin, groovy scripts, build tools, Javadoc enforcement. dependabot PRs with auto version bumps from dependabot Other
Projects
None yet
Development

No branches or pull requests

2 participants