Skip to content

fusionary/pr-teamwork-task-tag-and-move-card

 
 

Repository files navigation

PRs Close Teamwork Tasks

An Action to tag a Teamwork task and move its card when its PR is merged

Inputs

task_id

Optional The ID of the task to mark as complete in Teamwork. If unset, the first line of the PR description will be parsed for a task ID

domain

Required The domain of your Teamwork site. Follows the format .teamwork.com for US sites, or .eu.teamwork.com for EU sites

api_key

Required Your Teamwork API key

Example usage

on:
  pull_request:
    types: [closed]

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
    - uses: Aetheron/pr-close-teamwork-task@main
      with:
        domain: company.teamwork.com
        api_key: ${{ secrets.TEAMWORK_API_KEY }}

About

An Action to tag a Teamwork task and move its card when its PR is merged

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%