chore(ci): skip cascade if [skip cascade] is found in the PR title #313
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
actions/setup-forgejo!313
Loading…
Reference in a new issue
No description provided.
Delete branch "earl-warren/setup-forgejo:wip-skip-cascade"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.