Skip to content

πŸ› [Mobile] Ever so slightly improved scrolling #21

πŸ› [Mobile] Ever so slightly improved scrolling

πŸ› [Mobile] Ever so slightly improved scrolling #21

Workflow file for this run

name: πŸ—ƒοΈ PR Labels
on: [pull_request_target]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: πŸ—³οΈ Checkout repo
uses: actions/checkout@v4
- name: 🍭 Apply PR labels
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}