Major UI improvements
This commit is contained in:
6
.github/workflows/pr-release-validation.yaml
vendored
6
.github/workflows/pr-release-validation.yaml
vendored
@@ -9,10 +9,10 @@ on:
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Validate PR Labels
|
||||
run: |
|
||||
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'stable-release') }}" == "true" ]]; then
|
||||
@@ -28,4 +28,4 @@ jobs:
|
||||
fi
|
||||
else
|
||||
echo "This PR doesn't have the stable-release label. No release will be created."
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user