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

fix: skip unnecessary test runs for bot-generated and non-critical PRs #1336

Closed

Conversation

AdityaP700
Copy link

@AdityaP700 AdityaP700 commented Jan 23, 2025

Related issue(s)
fixes #1335
Description
This PR updates the pr-testing-with-test-project.yml workflow to skip unnecessary test runs for:

  • PRs from asyncapi-bot, asyncapi-bot-eve, and allcontributors[bot] with specific titles (e.g., ci: update of files from global .github repo, chore(release):, docs: add).
  • PRs that only modify non-critical files (e.g., README.md, docs/, .github/, CONTRIBUTING.md, Development.md).
  • PRs that are marked as drafts.

Copy link

changeset-bot bot commented Jan 23, 2025

⚠️ No Changeset found

Latest commit: 3b869ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@AdityaP700 AdityaP700 closed this Jan 23, 2025
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.

Improve testing speed by skipping it for certain PRs
1 participant