-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add posibility to ignore build assets on rebase command #28
Comments
https://github.com/cirrus-actions/rebase/blob/master/entrypoint.sh#L100 is where the handling would need to take palce |
Would be superseded by https://github.com/orgs/nextcloud/projects/47#card-65665432 |
I don't think we even get to that point. I think the rebase action that we are using errs out when it github says the commit is not rebaseable: |
I don't know if jobs can be combined like that but we could:
First line only works for a single commit though. We could apply it to all commits with git filter branch or a rebase --exec... The first could be defined as a
However all of these will still require ci runs - even though we know ci will fail on 1 and 2 because of lack of compiled js. |
Probably it's possible to somehow set a flag to 1 an 2 to prevent CI? |
When trying to rebase a PR with committed js bundles it would be great if one could easily tell that those should be ignored during the rebase as a compile command would fix the conflict afterwards.
The text was updated successfully, but these errors were encountered: