mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 11:02:16 +00:00
feat: increase icon size and fix linting
This commit is contained in:
parent
eef7a6557f
commit
62b995490e
21 changed files with 166 additions and 139 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue