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
This is not as much of a problem for the OVH team, because from what I can see, you mostly develop in this repository. However, it is a small problem for outside contributors. Basically, if you have forked the repository, some actions will fail by default, like auto-label-merge-conflicts, as the labels are not forked from the original repository. So it just throws an error. This is the only one I have currently had issues with.
Describe the solution
This should be fixable by adding the following for example:
triage:
if: github.event.repository.fork == false
I don't really want to open a pull request for this, as I don't know how you approach this and I don't want to break any builds. But it should work.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Have you already contact our help centre?
Describe the problem
This is not as much of a problem for the OVH team, because from what I can see, you mostly develop in this repository. However, it is a small problem for outside contributors. Basically, if you have forked the repository, some actions will fail by default, like
auto-label-merge-conflicts
, as the labels are not forked from the original repository. So it just throws an error. This is the only one I have currently had issues with.Describe the solution
This should be fixable by adding the following for example:
I don't really want to open a pull request for this, as I don't know how you approach this and I don't want to break any builds. But it should work.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: