Skip to content

Maintenance - Brings fork up to date as of November 25, 2023, at 5:05 PM (EST) #427

Maintenance - Brings fork up to date as of November 25, 2023, at 5:05 PM (EST)

Maintenance - Brings fork up to date as of November 25, 2023, at 5:05 PM (EST) #427

Workflow file for this run

name: "Labels: PR"
on:
- pull_request_target
jobs:
labeler:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"