You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Currently this action works under a organization to get issues from project board. If someone wants to use this action and doesn't belong to any organization, it won't work.
for instance, this part of the query we use to get the cards, note we are passing the organization login as input.
yes, we can't assume that the org/user where the workflow using this actions runs is the org/user that we want to pull issues from. in fact in our case we want to pull issues from the fastify org from a repo under the nearform org
Just to clarify, this function getAllBoardIssues is used to get the existing board issues, so that we do not populate the board with duplicate issues. It is not used to get the new issues that we want to add to the board. New issues can already be pulled from any organisation, no matter where the project board is.
The problem is that at the moment we assume that the project board will always be an organization project board.
Currently this action works under a organization to get issues from project board. If someone wants to use this action and doesn't belong to any organization, it won't work.
for instance, this part of the query we use to get the cards, note we are passing the organization login as input.
needs to improve this action creating a new query to get project cards when the user does not belong to any organization.
for instance
The text was updated successfully, but these errors were encountered: