Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables end-to-end tests to run on forked PRs with the following triggers:
issue_comment
: When a maintainer comments!test
on a PR, it will trigger the end-to-end tests with full access to repo secrets. This enables the maintainer to carefully review PR comments before approving tests, without having to locally checkout and merge separately. This step is meant to give an early signal rather than be a required status check, so trivial or unrelated PRs can skip it.merge_group
: This triggers the end-to-end tests whenever a PR is added to the merge queue, which this repo doesn't currently have but is used to great effect in https://github.com/lurk-lab/lurk-rs. Requiring the tests to pass when attempting to merge ensures correctness if the above PR comment action isn't run.Successful runs:
issue_comment
: Test secret access ci-lab#16 and https://github.com/lurk-lab/ci-lab/actions/runs/6701350814/job/18208641508merge_group
: https://github.com/lurk-lab/lurk-rs/actions/runs/6698173184TODO: