We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
project_card
I would like to add a label when my project cards are moved and they are issues.
The issue number can be found in the "content_ur" of the payload https://docs.github.com/en/rest/reference/projects#cards I'd like to add some logic around
"content_ur"
action-add-labels/src/main.ts
Line 15 in 288072f
Large projects need to be organized and this would help avoid having two actions to add labels (this one is better minus a missing feature)
If this is a desired feature I'd love to open a PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What you want to add
I would like to add a label when my project cards are moved and they are issues.
The issue number can be found in the
"content_ur"
of the payload https://docs.github.com/en/rest/reference/projects#cardsI'd like to add some logic around
action-add-labels/src/main.ts
Line 15 in 288072f
Why this is needed
Large projects need to be organized and this would help avoid having two actions to add labels (this one is better minus a missing feature)
If this is a desired feature I'd love to open a PR
The text was updated successfully, but these errors were encountered: