Skip to content

add profile

add profile #272

Workflow file for this run

name: Label GSoC PRs

Check warning on line 1 in .github/workflows/label-gsoc-prs.yml

View workflow run for this annotation

GitHub Actions / Label GSoC PRs

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
- pull_request_target
jobs:
label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Label PRs
uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}