-
As discussed during yesterday's [Core Software meeting](https://indico.cern.ch/event/1480583/), we propose to change how draft PRs are handled by cms bot:
* When a PR is in draft state, bot will no…
-
Long-term this project could be used to track multiple PRs at once. For example, adding a few different PRs with the "check" button and bookmarking that link to periodically review later or keeping th…
-
I think it would be beneficial for the CI to deploy docs from PRs so that PR authors can easily inspect the result without having to build the docs locally, which can require configuring CSS, or havin…
-
Manually merging things like https://github.com/jenkinsci/workflow-api-plugin/pull/359 is very tedious if you are responsible for a lot of plugin repositories. Something like https://github.com/jenkin…
-
## Description
Some CI problems can be avoided by keeping branches of PRs up2date with their base branch (`main` mostly), especially before merging:
* compile or test errors in the merge queue w…
-
Our friends from the doc team do it like this https://github.com/SUSE/release-notes-alp/blob/main/.github/workflows/asciidoc.yml https://github.com/openSUSE/doc-ci
-
When I create an issue in Linear, it automatically creates the same issue in GitHub, and the issue is labeled correctly.
I would like PRs to automatically inherit the labels from their associated iss…
-
**Is your feature request related to a problem? Please describe.**
Currently, there are a number of Dependabot update requests pending on the DedupliFHIR Repository
**Describe the solution you'd like…
-
We had [this failing run](https://github.com/grafana/shared-workflows/actions/runs/11369868620) but we still merged #147 and it broke users.
It's because this check isn't required. Conditional checks…
-
All unit tests should be fast running and so not take >1s each. If they are taking longer it is most likely due to an issue with poor mocking. To make sure we enforce this we should add a CI check on …