Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e98b87c161c7343bdb8eaebce7e9b25bef6e591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# remmina-ci 

# Notes

Remmina project ID: 7153509

https://gitlab.com/api/v4/projects/Remmina%2FRemmina
https://gitlab.com/api/v4/projects/7153509/

## Create an issue

```shell
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" \
    https://gitlab.example.com/api/v4/projects/7153509/issues?title=New%20translations%20available&labels=translations \
    -d assignee_ids=antenore \
    -d assignee_ids=giox069
```