-
A PR from @ktuite on this repo ran 7 checks including Github actions: https://github.com/getodk/central-backend/pull/1299/commits/2e76ed07fb65cf39237b71c0f7f8908f8e9676ee
A PR from @alxndrsn on his…
-
Modrinth's upload script works just fine. Now I need to create magical scripts for GitHub and CurseForge. CurseForge API is VERY ambiguous and uses multiple abstractions for some reason. GitHub releas…
-
This is for when we make the repo public (i.e., soon). Desirable actions:
- [ ] pytest
- [ ] coverage
Also add badge
- [ ] pylint
- [ ] sphinx build
Here, we should make sure that …
-
* need to be able to use a github action to publish
-
Playwright tests pass locally but not in the github action. I need to find out why exactly and get them running again so that we get all the green checks in PRs.
-
I have the following structure in github repository:
```
homework_6/
├── pr3/
│ ├── project/
│ │ ├── __init__.py
│ │ ├── main.py
│ │ ├── model.py
│ │ └── processing.py
│ …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
We may use GitHub Actions.
Possible use cases:
- Building executables
- Signing executables
- Notification about new release
-
**We can implement github workflows for the following things:**
1. Auto comment on issue **Closed** and **Opened**
2. Auto comment on **PR mergs**
3. Auto comment on **PR raises**
Using this w…
-
We can implement github workflows for the following things:
Auto comment on issue Closed and Opened
Auto comment on PR mergs
Auto comment on PR raises
Using this workflows makes you'r repo more …