You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As currently set up, GitHub actions will fail on all forked contributions.
To Reproduce
Steps to reproduce the behavior:
Fork repo to new account and clone repo to local machine
Make a minor change (add or remove punctuation from the readme) and commit
Submit pull request
Watch as the github actions failures roll in.
Expected behavior
The current version of the develop branch on the main repo, when forked to a contributor's account and altered with a minor commit that doesn't affect the codebase, should be able to pass all of the github actions workflow tests.
Screenshots
I will open a demo PR to show the issue.
Desktop (please complete the following information):
Not relevant
Smartphone (please complete the following information):
Not relevant
Additional context
This is a tough one to fix as an outsider (or to test a fix for.) One of the biggest issues that stylelint can't write to forked repos - there are some details on how to fix it here: wearerequired/lint-action#13
The text was updated successfully, but these errors were encountered:
Describe the bug
As currently set up, GitHub actions will fail on all forked contributions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The current version of the develop branch on the main repo, when forked to a contributor's account and altered with a minor commit that doesn't affect the codebase, should be able to pass all of the github actions workflow tests.
Screenshots
I will open a demo PR to show the issue.
Desktop (please complete the following information):
Not relevant
Smartphone (please complete the following information):
Not relevant
Additional context
This is a tough one to fix as an outsider (or to test a fix for.) One of the biggest issues that stylelint can't write to forked repos - there are some details on how to fix it here: wearerequired/lint-action#13
The text was updated successfully, but these errors were encountered: