-
Notifications
You must be signed in to change notification settings - Fork 96
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
"The priority you are attempting to set for this record is not unique" #89
Comments
Yes, we're working on this internally, but for the time being, this should only occur when racing between two items getting add at the same time |
I've also got the same error on a few pull requests (never with issues), with the same error message:
My configuration: name: Triage on open
on:
issues:
types: [ opened, reopened ]
pull_request:
types: [ opened, reopened ]
jobs:
assign-to-projects:
runs-on: ubuntu-latest
steps:
- name: All issues and PR to project Product Backlog
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Agapio-eu/projects/5
github-token: ${{ secrets.TRIAGE_TOKEN }} Once a PR has encountered the problem, I cannot add it to the project, even manually afterward, neither from the project itself nor from the PR. Edit: In our case, it seems to be due to the fact that we create issues, and add them to the project, then when we start working on them we convert the issue into a Pull Request using the CLI command Issues already in our project disappear once converted to pull requests, even when the workflow is disabled. |
…n no longer move its status on project board error message: Prioritization The priority you are attempting to set for this record is not unique see: actions/add-to-project#89 (comment)
Hello! Any updates on this issue ? We are experiencing it from time to time with the github integration we developed based on the new project. I throttled the bulk creation to make sure there are no race conditions but this has a negative impact on the perceived performance for our users. Any idea how we could improve this ? |
Hi, thanks for the great work!
I am setting up a GitHub Project [beta] to track incidents at my company. My flow is : [incident management SaaS] -> GitHub integration to create an issue -> actions/add-to-project to add it to the project.
I just set it up and tested it by creating 15 issues in short succession using the GitHub CLI. They all got added to the project, but one action failed with the following output:
How can I fix this? Luckily it's rare (1/15), and maybe it only happens when I create many issues at the same time.
Thanks!
My full config is here:
The text was updated successfully, but these errors were encountered: