mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
c9c322e820
# Objective Currently we can sometimes allow PRs by people who haven't agreed to the relicense to get merged into main. E.g. https://github.com/bevyengine/bevy/pull/2445 ## Solution This adds a check to ensure that this doesn't happen, by ensuring that bors doesn't relicense said PRs. As a bonus, it also adds config to automatically label new PRs as needing checking, to ensure that we do the verification until we merge the new license.
8 lines
150 B
YAML
8 lines
150 B
YAML
# Config for the label workflow
|
|
# Schema: https://github.com/actions/labeler#create-githublabeleryml
|
|
|
|
S-Needs-Triage:
|
|
- "**"
|
|
|
|
S-Pre-Relicense:
|
|
- "**"
|