@playpilot/tpi 5.25.0 → 5.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ name: Asana
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened, edited]
6
+
7
+ jobs:
8
+ create-asana-attachment-job:
9
+ runs-on: ubuntu-latest
10
+ name: Create pull request attachments on Asana tasks
11
+ steps:
12
+ - name: Create pull request attachments
13
+ uses: Asana/create-app-attachment-github-action@latest
14
+ id: postAttachment
15
+ with:
16
+ asana-secret: ${{ secrets.ASANA_SECRET }}
17
+ - name: Log output status
18
+ run: echo "Status is ${{ steps.postAttachment.outputs.status }}"