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
What do you think about being able to specify some defaults in terms of project status and start or end date? The usage could be:
with: project-url: https://github.com/orgs/<orgName>/projects/<projectNumber> github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: bug, needs-triage label-operator: NOT status: Backlog start_date: now due_date: 7
This would add automatically new issues into specific project board column (such as Backlog) with start date as today and due date in 7 days.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What do you think about being able to specify some defaults in terms of project status and start or end date? The usage could be:
This would add automatically new issues into specific project board column (such as Backlog) with start date as today and due date in 7 days.
The text was updated successfully, but these errors were encountered: