When creating a check run through the API, a check suite is newly created unless a check suite for the requesting application has already been made, in which case that check suite seems to be reused.
Read moreRead moreIt would be great if it were possible to more easily find the corresponding Check Suite for a Workflow Run, and if it were possible to create Check Runs for this particular Che…
How to get user commits or pull requests from the specific repository?
I can only see getting recent commits from the repository. I only want to get a specific user's commit.
Thanks in advance
Alternative way to get commits with GraphQL API
# get the user ID
{
user(login: "hyochan") {
id
}
}
# result
{
"data": {
"user": {
"id": "MDQ6VXNlcjI3NDYxNDYw"
}
…Why is GraphQL for Packages deprecated ?
Use case : I have a Java project and need to provide the *.jar files Artifacts to an Azure service like Azure Spring Apps or Azure Container Apps, say I wan…
Read moreHi. I'm excited to try a new Beta version, we already moved some of our projects to Beta.
One issue I found is related to history.
Issue history not updated when moved issue between columns (Board)…
how can i get the glade file of birdie-alarm-mobile ?
ezik
Hi,
I've the following Github Action trigger in my repo:
on: [push, pull_request]
My intention was that the CI runs on every commit in the repo and if there is a pull-request from a fork, I have t…
Read moreThe depth limit of 2 is too low. For my use case, I'd need at least 3:
You can now nest up to 4 levels of reusable workflows
https://github.blog/changelog/2022-08-22-github-actions-improvements-to-reusable-workflows/
I just set up 2FA for my Github account using the Microsoft Authenticator app.
I'm trying to set a fallback SMS number, but it's not working. I click on"Add Fallback SMS Number" on this page:
Read moreHi,
I was wondering if it's possible to load issues/PRs templates/forms from another repository? like a reference to a remote repository that contains the actual file?
We are a group of developers …
I want to be able to use issue forms within my private or internal repositories.