Skip to content

Adding status and start or end date #602

Open
@mireklzicar

Description

@mireklzicar

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.

Activity

istairbn

istairbn commented on Feb 4, 2025

@istairbn

It definitely would be useful to drop all items into a specific state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @istairbn@mireklzicar

        Issue actions

          Adding status and start or end date · Issue #602 · actions/add-to-project