The problem
GitHub Actions are triggered for every pull request to the repo, but some actions will fail for PRs from external contributors due to permissions.
See: #200 (comment)
Definition of "done"
The ultimate goal is to allow PRs from external repos/contributors to run vital QA checks like tests, while skipping non-essential (and authenticated) steps that will cause their PR checks to fail.
Additional context
The problem
GitHub Actions are triggered for every pull request to the repo, but some actions will fail for PRs from external contributors due to permissions.
See: #200 (comment)
Definition of "done"
The ultimate goal is to allow PRs from external repos/contributors to run vital QA checks like tests, while skipping non-essential (and authenticated) steps that will cause their PR checks to fail.
Additional context