Hi guys, I installed a pycharm and made it to the developers, but I have a problem, my problem is, I can't work with the Django.
I want to have access to a variable that I defined myself within a s…
Github actions stuck on queued for a long time in private repo, how to fix this bug/issue?
Yesterday there was a similar bug with GitActions worldwide, but I still facing this issue/bug.
May anyone please help me stop a Github Action? that's stuck in a queue for hours, It can't be cancelled now how do I stop it? It was supposed to last less than a minute.
We have an Issue Table grouped by iteration with a look-a-head for upcoming work. However, passed iterations are listed there as well which are not relevant. Currently the only way to filter them o…
Read moreHi All,
I have a private Github Project (Beta) created for issues in a repository. and in a view I have grouped these issues by milestone.
The problem I'm having is sort order for milestone seems t…
In this case I would suggest using the YYYY-MM date format which will sort nicely. For example: ["2022-05", "2022-06", "2022-07", "2022-08", "2022-09", "2022-10"]
For milestones with non-date relat…
Read moreSometimes, we may comment on a same topic (such as how to modify a piece of content) on a pull request's Conversation tab. After the topic has been discussed, pages tend to appear cumbersome.
Howev…
Right now we have to rename the patch file generated by git format-patch to .patch.txt to be able to upload it in an issue or pr review. Would be nice if we can directly upload the file without app…
Hi,
I would like to have option to set non secret variable for Environments. So that I can easily set through the UI and use it in the workflow. Something similar like Variable Group in ADO where w…
Read moreDepending on the desired use of the variables the environment file could also be appended to $GITHUB_ENV, with much simpler code:
- name: load env
env:
ENV_NAME: xyz
…I'm using semantic-release to release new package versions. It worked ~17 days ago just fine.