Add History Debug Menu on macOS and display only 1 week of history when history view is enabled #772
Workflow file for this run
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: Add PR link to Asana task | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
add-asana-comment: | |
runs-on: ubuntu-latest | |
steps: | |
- if: github.event.pull_request.draft == false | |
uses: aitorvs/[email protected] | |
with: | |
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }} | |
trigger-phrase: "Task/Issue URL:" | |
action: 'add-comment' | |
is-pinned: true |