Skip to content

ci: modernize workflows, fix cache, and add lighthouse auditing #117

ci: modernize workflows, fix cache, and add lighthouse auditing

ci: modernize workflows, fix cache, and add lighthouse auditing #117

Workflow file for this run

name: Label GSoC PRs
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Label PRs
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}