Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement various automations #1087

Open
2 of 6 tasks
wd60622 opened this issue Oct 16, 2024 · 2 comments
Open
2 of 6 tasks

Implement various automations #1087

wd60622 opened this issue Oct 16, 2024 · 2 comments

Comments

@wd60622
Copy link
Contributor

wd60622 commented Oct 16, 2024

I think there could be improvement on the automations. Some ideas that I had are:

Let me know if there are other ideas which could improve our tracking and addressing of issues and PRs

Related to: #1086

@wd60622 wd60622 changed the title Implement various Implement various automations Oct 16, 2024
@juanitorduz
Copy link
Collaborator

Great ideas!

@wd60622
Copy link
Contributor Author

wd60622 commented Oct 23, 2024

We can get the labels from the issues from a PR using the following query:

{
  repository(owner: "pymc-labs", name: "pymc-marketing") {
    pullRequest(number: 1096) {
      closingIssuesReferences(first: 10) {
        nodes {
          number
          labels(first: 10) {
            nodes {
              name
            }
          }
        }
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants