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

Include reference to issue closed with a PR? #361

Closed
krlmlr opened this issue Jul 6, 2022 · 4 comments · Fixed by #411
Closed

Include reference to issue closed with a PR? #361

krlmlr opened this issue Jul 6, 2022 · 4 comments · Fixed by #411
Assignees
Milestone

Comments

@krlmlr
Copy link
Contributor

krlmlr commented Jul 6, 2022

cynkra/dm@d1ab1fc

@krlmlr krlmlr added this to the 0.1.1 milestone Jul 25, 2022
@maelle maelle self-assigned this Jul 27, 2022
@maelle
Copy link
Member

maelle commented Jul 27, 2022

Currently looking for an API way to find issues linked to a PR as I'd prefer to not re-invent the code GitHub has for finding linked issues (special words etc).

@maelle
Copy link
Member

maelle commented Jul 27, 2022

yay!

{
  repository(owner: "cynkra", name: "dm") {
    pullRequest(number: 1161) {
      id
      closingIssuesReferences(first: 50) {
        edges {
          node {
            id
            body
            number
            title
          }
        }
      }
    }
  }
}

https://stackoverflow.com/a/72967359/5489251

@maelle
Copy link
Member

maelle commented Jul 27, 2022

fledge needs to check the scope of the token

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

2 participants