You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're running this workflow on pull_request_target events. That means it's running in the context of the branch you're trying to merge into (not the pull request itself). That means it has no idea about any files you're adding in the pull request.
I'd recommend setting up the workflow to run on pull requests against main using the GitHub token method.
Hi there! :) I’m currently testing Vale’s GitHub action before putting in this pull request. Now, in my test repo, the pushed file’s errors appear in the test logs: https://github.com/CBID2/github-actions-test-for-vale/actions/runs/8135829059/job/22231056287#step:3:194
However, the annotations only on appear on the present file:
https://github.com/CBID2/github-actions-test-for-vale/pull/17/files
How can I make the annotations appear on the file being pushed?
The text was updated successfully, but these errors were encountered: