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: exclude .all-contributorsrc from test workflow triggers #1358

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AdityaP700
Copy link
Contributor

Description

  • Added .all-contributorsrc to the paths exclusion list in the test workflow to prevent unnecessary test runs when only contributor list is updated

Copy link

changeset-bot bot commented Feb 6, 2025

⚠️ No Changeset found

Latest commit: fef6ce4

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

sonarqubecloud bot commented Feb 6, 2025

@AdityaP700
Copy link
Contributor Author

AdityaP700 commented Feb 6, 2025

Hello @derberg ,well can you check the PR , actually i wanted to test from my side but unable to do it so i wasn't raising any pr for it .Do let me know of any further updates.

@@ -15,6 +13,7 @@ jobs:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 https://github.com/dorny/paths-filter/releases/tag/v3.0.2
id: filter
with:
base: 'master'
Copy link
Member

Choose a reason for hiding this comment

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

why is this needed?

Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

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

please test it in the way that you have some personal repo, you can push some files there, with workflow, and then test manually

this is how I do it
https://github.com/derberg/test-experiment

you can also try to play and have fun with act project for local actions testing

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