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
Dependabot creates a branch in apache/arrow-go and create a PR from the branch.
Our CI jobs are executed for both of push and pull request.
So Dependabot PRs run duplicated CI jobs.
It seems that Dependabot always use `dependabot/*` branch. If we
ignore `push` trigger for the branch, we can run only `pull_request`
trigger for Dependabot.
kou
added a commit
that referenced
this issue
Sep 7, 2024
It seems that Dependabot always use `dependabot/*` branch. If we
ignore `push` trigger for the branch, we can run only `pull_request`
trigger for Dependabot.
Dependabot creates a branch in apache/arrow-go and create a PR from the branch.
Our CI jobs are executed for both of push and pull request.
So Dependabot PRs run duplicated CI jobs.
For example: #93
The text was updated successfully, but these errors were encountered: