Skip to content

chore: improve projects page with narrow window #219

chore: improve projects page with narrow window

chore: improve projects page with narrow window #219

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
environment:
name: actions-github-app
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- uses: actions/labeler@v5
with:
repo-token: ${{ steps.app-token.outputs.token }}