Closed dustymabe closed 2 years ago
Thanks for the request.
We need to look into the pagure API to see if it is possible to manipulate with that via API.
cc @marusinm as I think he already tried to solve this.
I think he already tried to solve this.
Yes, we were discussing that with Marek and there is no API for manipulation with labels from what we know.
Would be nice if someone opened a request at pagure upstream and linked the issue here :)
Would be nice if someone opened a request at pagure upstream and linked the issue here :)
Any volunteer? OK, I'll create an issue. (I have a list of issues for pagure that I would like to create...;-)
There is already an issue for that:
thanks @lachmanfrantisek for linking the two issues
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.
We are doing this to be sure that the issue is still relevant. Anyone can comment to remove the stale state. (The issues marked with pinned
, security
, bug
or EPIC
label
are not considered stale.)
We are still blocked by the Pagure API.
We are still blocked by the Pagure API.
Looks like it's not true anymore... Nice!
edit: at least the listing
I've updated the description and added the TODO-list.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.
We are doing this to be sure that the issue is still relevant. Anyone can comment to remove the stale state. (The issues marked with pinned
, security
, bug
or EPIC
label
are not considered stale.)
Some parts are still missing.
This issue has been marked as stale because it hasn't seen any activity for the last 60 days.
Stale issues are closed after 14 days, unless the label is removed by a maintainer or someone comments on it.
This is done in order to ensure that open issues are still relevant.
Thank you for your contribution! :unicorn: :rocket: :robot:
(Note: issues labeled with pinned, security, bug or EPIC are never marked as stale.)
Would be nice to be able to manipulate labels on pagure issues. i.e.
get_issue_labels()
add_issue_labels()
, etc..update by @lachmanfrantisek:
TODO:
labels
property forPagureIssue
class (https://github.com/packit-service/ogr/pull/321 by @cverna )labels
argument forPagureIssue.create
andPagureProject.create_issue
(https://github.com/packit-service/ogr/pull/321 by @cverna)labels
property forPagurePullRequest
classlabels
argument forPagurePullRequest.create
andPagureProject.create_pr
add_label
methods blocked by the PagureAPI (https://pagure.io/pagure/issue/2175)