chore(ci): skip cascade if [skip cascade] is found in the PR title #313

Merged
earl-warren merged 1 commit from earl-warren/setup-forgejo:wip-skip-cascade into main 2025-01-30 21:12:40 +00:00
Contributor

Testing

This is a copy/paste of an existing pull request verified to work
forgejo/runner#476

Description

When there are multiple PRs in flight, using a var to disable the
cascading PR that eventually runs the end to end tests (for instance
because the change is about examples) is error prone.

Allowing each pull request to indivudually decide when it is relevant
or not is more practical and fine grain.

## Testing This is a copy/paste of an existing pull request verified to work https://code.forgejo.org/forgejo/runner/pulls/476 ## Description When there are multiple PRs in flight, using a var to disable the cascading PR that eventually runs the end to end tests (for instance because the change is about examples) is error prone. Allowing each pull request to indivudually decide when it is relevant or not is more practical and fine grain.
chore(ci): skip cascade if [skip cascade] is found in the PR title
All checks were successful
/ integration (codeberg.org/forgejo/forgejo:7.0) (pull_request) Successful in 3m12s
/ integration (codeberg.org/forgejo/forgejo:9.0) (pull_request) Successful in 3m5s
/ binary (1.20.6-1) (pull_request) Successful in 3m3s
/ binary (1.21.2-1) (pull_request) Successful in 2m51s
/ integration-action (pull_request) Successful in 10m22s
/ cascade (pull_request_target) Has been skipped
f371cd4232
When there are multiple PRs in flight, using a var to disable the
cascading PR that eventually runs the end to end tests (for instance
because the change is about examples) is error prone.

Allowing each pull request to indivudually decide when it is relevant
or not is more practical and fine grain.
viceice approved these changes 2025-01-30 20:14:43 +00:00
earl-warren deleted branch wip-skip-cascade 2025-01-30 21:12:40 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
actions/setup-forgejo!313
No description provided.