-
Notifications
You must be signed in to change notification settings - Fork 56
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
Enhance GitHub workflows (handle Dependabot, etc.) #983
Conversation
@louismaximepiton Apparently Bootstrap is working on this topic as well via twbs/bootstrap#35574. Maybe to compare with what you've done so far. |
@louismaximepiton Since we're waiting to see what Bootstrap will do with Dependabot, is it possible to extract in an another PR your work on Percy (Browserstack) to run it automatically for main && v4-dev and manually for pushes and PRs? IMO it could be reviewed/merged independently. Note: For the "manual" workflows with Percy and Browserstack, we'll need to update the DoDs to explain how to update the snapshots after each merges. |
What's the issue with dependabot exactly? Trying to understand if we are missing something upstream. I still need some help with BrowserStack and PRs, but other than the twbs/bootstrap#35574 is ready to be merged. |
@XhmikosR We are still discussing it but we plan to do something like that:
We also have |
This PR needs a rebase after the merge of #1004 |
79326b5
to
821bfd9
Compare
Signed-off-by: louismaximepiton <louismaxime.piton@orange.com>
ef73d28
to
d8e31a0
Compare
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
d8e31a0
to
d77f4b6
Compare
@louismaximepiton Is this PR still fixing the issue and up to date? Can it be reviewed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifications seems logical. I won't try all the use cases myself. Trust you on this. Let's merge and see if it works as expected. 🚀 🤖
Kudos, SonarCloud Quality Gate passed! |
Fixes #847
Features :
Note :
push
orpull_request
are in a OR statement. That means that either will trigger action. On the other side (and I'm sorry, I misunderstood this at first) thebranches
,tags
orpaths
are in a AND statement. That means that a worflow will trigger if the changes are in a specified path AND on a specified branch. (link)