fix: Gameball review and css fix that was hiding the comment section #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: 'Label project workflow' | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
label: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
repository: 'rlperez/kablamo.me' | |
- id: label-the-PR | |
uses: actions/labeler@v5 | |
with: | |
sync-labels: true | |
configuration-path: '.github/labeler.yml' |