| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This change adds support for using the [Merge Queue][0] merge method.
This still needs to be enforced at the repository level.
[0]: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue
Change-Id: I4b464818c0cd82d1d56c4dd7f807f6cfc5dfa913
|
|
|
|
| |
Change-Id: I02c6e1f183e4b6ee67c0a4d0dcb7c5fbeff361ac
|
|
|
|
|
|
|
|
|
|
|
| |
This change refactors the automatic lifecycle management workflow that
uses the `stale-bot` action library, such that neither issues nor pull
requests will be closed.
An additional label of `lifecycle/rotten` has been added to indicate
issues or pull requests which have been inactive for 180 days or more.
Change-Id: Ia748552c91ada43b4a762879db469132131956f0
|
|
|
|
| |
This reverts commit c67d75faaa432889caa4deafc7e58d4099fac2cd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 5eabe549e4f7fc98bbdf4e7b285cec00e5da4e99 refactored the workflows
so that they were orchestrated with reusable workflows. an unintended
side-effect of the rules that were created prevents the presubmit
pipeline from executing for pull requests made against this repository.
this change refactors this, so that the presubmit pipeline will _only_
run for pull requests against the default tree of this repository. we
explicitly remove the `on: push` event for it, in order to avoid overlap
that will occur for commits made in this repository that are also part
of a PR.
Change-Id: I56abc35c98cc40a06066952f2b6ed9194b1ab903
|
|
|
|
|
|
|
| |
This seems to be necessary in order to support the advanced
configuration.
Change-Id: Ia5303123b3dcc22f77cdde4d514b484f29c60ca6
|
|
|
|
| |
Change-Id: Ic4809ab33cc9fd9e7e6e3e6eba1dd933e1ba585b
|
|
|
|
|
|
|
|
|
|
|
| |
This change refactors the build, test, and benchmarking pipelines to a
`presubmit` and `trunk` parent workflow which invokes other reusable
workflows. This simplifies the deluge of pipelines that are executed,
allowing for better orchestration and reduced noise on failures (only
one email will be sent instead of several).
Closes: michaelmure/git-bug#1198
Change-Id: I52407c39366bb9fbfd8fc1455a4f4a1d94f04897
|
|
|
|
|
| |
This change adds write permissions for pull requests to the workflow
that is used to mark issues and pull requests as stale.
|
|
|
|
|
|
| |
This is a temporary change, that will be reverted later, simply to play
catch-up with the backlog of items that are stale, but not marked as
such.
|
|
|
|
|
|
| |
This change increases the number of operations that the workflow will
perform from the default (30) to 1000, in order to allow for a large
number of issues and pull requests to be processed.
|
|
|
|
| |
Change-Id: I32844f07bc825dfd2c364e402e21262a6f9cb519
|
|
|
|
| |
Change-Id: I0fc9571d476b55a15edcef3645a5fa5f751fb427
|
|
|
|
| |
Change-Id: I957c6de57b3a9151e6d9ce8caba87f4e2c714846
|
|
|
|
|
|
|
|
| |
This change restricts the number of active pipeline executions for a
given tree to one, so that new pushes to a tree that trigger a pipeline
will cancel older (but still running) pipelines.
Change-Id: I1deda682d39cadbce97f8df4ca7c3110a96b4549
|
|
|
|
|
|
|
|
|
|
|
| |
The GHA build pipeline is failing with an error:
package crypto/ecdh is not in GOROOT (/opt/hostedtoolcache/go/1.19.4/x64/src/crypto/ecdh)
crypto/ecdh was added in Go 1.21 [0]. This change updates the matrix of
Go versions that the pipelines use to the latest, in order to resolve this
error.
[0]: https://tip.golang.org/doc/go1.21
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Resolves #975
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
References #884
|
| |
|
| |
|
| |
|
|
|
|
| |
This is needed for a gqlgen update
|
| |
|
|
|
|
|
| |
* Add Linter Step
* format code
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|