go-ethereum/.github
Arran Schlosberg 7b8d20f3d5
fix(ci): only create local main branch if non-existent (#164)
## Why this should be merged

The CI job in #145 requires a local (to the runner) `main` branch and
since `actions/checkout` doesn't check it out, the workflow creates the
branch off `origin/main`. However, after merge of a PR to `main`, the
workflow is run on `main` itself and that step [fails because the branch
already
exists](https://github.com/ava-labs/libevm/actions/runs/13908218530/job/38916101218).

## How this works

Only call `git branch main origin/main` if `main` doesn't exist.

## How this was tested

We'll see once it's merged 🤷
2025-03-17 13:00:39 -07:00
..
ISSUE_TEMPLATE chore(github): issue template configuration and update issue templates (#96) 2024-12-30 18:00:05 +01:00
workflows fix(ci): only create local main branch if non-existent (#164) 2025-03-17 13:00:39 -07:00
CODEOWNERS remove @gballet as a GraphQL codeowner (#27012) 2023-03-30 04:58:23 -04:00
CONTRIBUTING.md all: update links in documentation (#26882) 2023-03-14 10:23:49 -04:00
labels.yml chore: add label "Priority: With next Geth sync" (#129) 2025-02-11 12:41:12 +01:00
no-response.yml Change issue labels in bot configs to the new prefixed version 2018-12-14 14:50:10 +01:00
pull_request_template.md chore: PR template (#19) 2024-09-13 08:33:36 -07:00
stale.yml Change issue labels in bot configs to the new prefixed version 2018-12-14 14:50:10 +01:00