[Feature Request] Quando si chiude o si apre una sezione, i tasti dei cestini si "resettano" tornando ad essere cestini #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ClickUp integration | |
on: | |
pull_request: | |
types: [opened, reopened, ready_for_review, closed] | |
issues: | |
types: [opened, edited, reopened, closed, labeled] | |
jobs: | |
automate: | |
name: Automate ClickUp integration | |
runs-on: ubuntu-latest | |
steps: | |
- uses: polinetworkorg/clickup-integration-action@main | |
with: | |
problem_list_id: 210431256 | |
feature_list_id: 900400324463 | |
clickup_api_key: ${{ secrets.CLICKUP_TOKEN }} |