-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI configs #59
Comments
@mcollina From what I see they are. What makes you think that's not the case? The workflow configuration seems pretty standard:
Actions tab seems to confirm this is the case too. Maybe you meant that they should run for each commit, not just push that may contain multiple and is run just once? From what I've gathered this isn't possible anyway - https://github.community/t/how-to-run-github-workflow-on-every-commit-of-a-push/142030 |
@simoneb cc @mcollina This seems to be an issue with https://github.com/fastify/github-action-merge-dependabot. @salmanm is taking a look at it. The thing worked as it was supposed to up until this commit - a4f683c The builds are getting triggered but somehow are not matched with what's getting merged. Or something among those lines. |
That might well be the case: https://github.com/fastify/fastify-nextjs has the same issue apparently. |
PRs that are auto merged by GitHub actions don't seem to trigger for commits that are made by the github-actions bot, I think this is by design by GitHub to avoid potential infinite loops. I think if Perhaps GitHub actions docs have some more info/workarounds for this (I haven't been able to find any, yet) |
Ah here's the docs:
|
There's a thread about a very similar issue here peter-evans/create-pull-request#48 Which links to this list of possible alternatives to a personal access token: I think creating a GitHub app for |
Good catch @penx. Do you have any idea why this worked until a certain point and then stopped working? I believe this can be seen in the history of actions executions. |
unfortunately it isn't, because a github app needs to be installed and it's a lot more work |
As far as I can see here, dependabot PRs up until 10 Nov 2020 have the green tick and were being merged manually. Dependabot auto merge was added on 10 Nov 2020, and since then there have been no green ticks next to dependabot PRs. |
Closed as won't fix after discussion with @simoneb |
It seems Github Actions are not currently run for each commit landed on master
The text was updated successfully, but these errors were encountered: