Skip to content

p0o/clickup-task-manager-github-action

Repository files navigation

ClickUp Task Manager Github Action

GitHub Super-Linter CI

This Github Action is used to manage tasks for ClickUp, you can use it to create or update tasks with deadlines based on different scenarios like Pull Requests with certain labels or authors.

Usage

steps:
  - name: Checkout
    id: checkout
    uses: actions/checkout@v4

  - name: Create ClickUp Task
    id: create-task
    uses: p0o/clickup-task-manager-github-action@v1
    with:
      name: 'New Task Name'
      description: 'Your description'
      assignees: '[190]'
      due_date: 1508369194377
    env:
      CLICKUP_TOKEN: ${{ secrets.CLICKUP_TOKEN }}

  - name: Task Created
    id: output
    run: echo "${{ steps.create-task.outputs.url }}"

About

A github action to create or update tasks in ClickUp

Resources

License

Stars

Watchers

Forks

Packages

No packages published