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

This project is configured at the repo level Error #23

Closed
ayakalauova opened this issue Oct 20, 2021 · 2 comments
Closed

This project is configured at the repo level Error #23

ayakalauova opened this issue Oct 20, 2021 · 2 comments

Comments

@ayakalauova
Copy link

ayakalauova commented Oct 20, 2021

Hi!
I try to put all the issue with a certain label from one repository in my organization to a project board in another repository (at the same organization), and I got this error message. I have my token in place with all the needed permissions. I was wondering what might be a problem.

This project is configured at the repo level. Repo Owner:AYATESTREPOS, repo name:company project number#1
columnId is: 16487387, cardId is: null, currentColumn is: null
No card exists for the labeled issue in the project. Attempting to create a card in column 16487387, for an issue with the corresponding id #1031558103
#ERROR# HttpError: Validation Failed

Here is my yml file:

name: Auto Assign to Project(s)
on:
  issues:
    types: [labeled]
jobs:
  Move_Labeled_Issue_On_Project_Board:
    runs-on: ubuntu-latest
    steps:
    - uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
      with:
        action-token: "${{ secrets.MY_TOKEN }}"
        project-url: "https://github.com/AYATESTREPOS/company/projects/1"
        column-name: "To do"
        label-name: "bi"
@ayakalauova
Copy link
Author

@konradpabjan is it something possible to do with this action?

@kittykat
Copy link

kittykat commented Nov 4, 2021

@ayakalauova how did you resolve this error?

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

No branches or pull requests

2 participants