A few hours ago did I create a dependabot.yml file within the .github directory of my repository to enable Dependabot updates.
However, checking the Dependabot Tab in the dependency graph section s…
Read more@Andre601 Try to copy the code, then delete this file, and then create a file in github (and paste your code here), it helped me once
When the images on README.md named with spaces or tags (#gh-light-mode-only), they don't show up.
The workflow_dispatch has a soft limit of 10 input parameters.
In a complex deployment environment, this locks migrations or even worst total cancellation of a project. To be fair, there are quite …
Read moreJust noticed that because we have namespace system::robot::event the :robot: is rendered as the emoji
See the screenshot. I must have 5 notifications I cannot see, as the bell has the blue dot, and the pagination shows I'm viewing notifications "1-0 of 5".
Note I've tried clearing browser cache alr…
Read moreHi guys,
I've recently incorporated github.run_id in my workflows, but now I'm not seeing its value change on new runs.
https://github.com/myparcelnl/developer/runs/8067764461?check_suite_focus=true
…
Read more8067764461 that you see in the URL is not the run ID of the workflow. It's the ID of an associated check run.
You can use the GitHub API to get the full check run information:
https://api.github.co…
The copilot tool window keeps saying "Please login to Github and try again."
Pycharm version: PyCharm 2022.1.2 (Professional Edition)
Github Copilot plugin version: 1.1.26.1691
curl --noproxy '*' g…
The problem was solved by going to Pycharm Tools -> Github Copilot -> Login to Github.
It's because the login window didn't pop out automatically.
Apparently this is a thing now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
some people love it, but tbh all you had to do was put an …
Read moreI noticed that GitHub Linguist fully supports Svelte syntax highlighting, although in the (android) mobile app script and style is not syntax highlighted, see github/linguist#5830 (comment)
Thanks for the report @Zerotask! I can reproduce the bug, and I have created an internal issue to track it. I hope our engineers can work on a fix soon.
Currently, when you trigger a workflow manually using on workflow_dispatch, the workflow doesn't tell you which branch it was run on, while on push and on pull_request runs do. It would be nice if o…