Zack Koppert
Zack Koppert
I'm using macOS Mojave Version 10.14.6 with no issue.
@TheFlyer1983 Is that PAT called `MY_GITHUB_TOKEN` added to your repository as a repository secret? Check out [this doc](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) on how to do that. Make sure you name the secret `MY_GITHUB_TOKEN`...
@ayakalauova The GITHUB_TOKEN is an automatically generated secret that lets you make authenticated calls to the GitHub API in your workflow runs. Actions generates a new token for each job...
Did you name your token GITHUB_TOKEN ?
Can you post what your workflow file looks like?
Hmm that doesn't make much sense to me. I'm not sure what is happening.
Yes it looks like using a `git diff --diff-filter` may be appropriate here to essentially ignore deleted files by only including all other types (modified, new, etc.).
Anybody got a moment to open a draft pull request and start playing around with this? If not, I may have a little time later today.
I have been able to reproduce this functionality. I'm going to shift to diving into the code to see if I can find why User stories work but not tasks.
Also confirmed via app testing that TC, TF, and DS are not working either. US, DE types are confirmed as functional