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
The changes to the workflow that I added as further commits in #5 prevent unintended failures in an open Dependabot PR, but once the PR is merged, if merged by Dependabot via command like @dependabot merge, the failure happens on the main branch. So the workflow should be further improved to avoid this.
The reason a failure doesn't show on the main branch for where #5 itself was merged is that, although it did originally show that, I created a new branch off main, and that push event worked because it had access to what it needed.
I think it's enough to specify write access explicitly in permissions in the workflow file, but I'll want some confirmation of this before making the change, since it's not really feasible to test all relevant combinations of state that might trigger the problem.
The text was updated successfully, but these errors were encountered:
The changes to the workflow that I added as further commits in #5 prevent unintended failures in an open Dependabot PR, but once the PR is merged, if merged by Dependabot via command like
@dependabot merge
, the failure happens on the main branch. So the workflow should be further improved to avoid this.The reason a failure doesn't show on the main branch for where #5 itself was merged is that, although it did originally show that, I created a new branch off main, and that push event worked because it had access to what it needed.
I think it's enough to specify write access explicitly in permissions in the workflow file, but I'll want some confirmation of this before making the change, since it's not really feasible to test all relevant combinations of state that might trigger the problem.
The text was updated successfully, but these errors were encountered: