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

feature(github): add skip for jobs on forked repositories #13694

Open
1 task
zZHorizonZz opened this issue Oct 21, 2024 · 0 comments
Open
1 task

feature(github): add skip for jobs on forked repositories #13694

zZHorizonZz opened this issue Oct 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zZHorizonZz
Copy link

Have you already contact our help centre?

  • Yes, I have contact the 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:

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

@zZHorizonZz zZHorizonZz added the enhancement New feature or request label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant