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
If you want pull requests created by this action to trigger an on: push or on: pull_request workflow then you cannot use the default GITHUB_TOKEN. See the documentation here for further details.
I did some investigation when trying to figure out why
on: pull_request
workflows didn't run for #3379I left a few comments on that PR that I'm copying here:
Looking into why tests aren't running when these PRs are made:
The PRs are made using
paragon/.github/workflows/analyze-dependents.yml
Lines 262 to 271 in 81a0abf
The README for the
create-pull-request
action we're using says (https://github.com/peter-evans/create-pull-request?tab=readme-ov-file#token)Found a discussion about the issue and added a comment https://github.com/orgs/community/discussions/25702#discussioncomment-11868340
The text was updated successfully, but these errors were encountered: