Skip to content

feat(cafe-wall): add optical illusion demo #391

feat(cafe-wall): add optical illusion demo

feat(cafe-wall): add optical illusion demo #391

Workflow file for this run

name: PR clerk
on:
merge_group:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate-pr-title:
name: Validate PR title
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
labeler:
name: Labeling PR
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
author-as-assignee:
name: Author as assignee
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.event.action == 'opened'
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: .github/auto-assign.yml