create-app-attachment-github-action icon indicating copy to clipboard operation
create-app-attachment-github-action copied to clipboard

Results 24 create-app-attachment-github-action issues
Sort by recently updated
recently updated
newest added

For teams where this step failing is not a critical failure. There have been many times in the past where this step has failed because of issues on Asana's end...

That's kind of it, it just started to fail with `no healthy upstream` out of a sudden and does not provide any more info. Any clues?

`node16` is EOL now and we're getting warnings saying this Action should be updated to `node20`. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

The script fails if there was already an attachment and randomly complaints about the access, when it already has access to the task, Is there a specific access required for...

This will allow the Asana task ids that get associated with the PR to be used in further actions

The `set-output` command is deprecated and will be disabled soon. Any update to fix this issue?

I propose the action example to have a condition not to run the job if PR description does not contain Asana URL. Adding a condition to job `if: contains(github.event.pull_request.body, 'https://app.asana.com')`...

We were under the impression the action should fail if the attachment fails for any reason. This is a blocker for us since we need to prevent PR merges if...

I'm looking in `/src` of this repo and don't see much source code. Particularly not corresponding to what's available in `/dist`. I'm looking specifically to find the code that finds...

Hey Asana team, we have been noticing the GitHub action to **randomly fail** with this error: `GitHub Action failed because of: [You do not have access to this task.]`. This...