Skip to content

PWGJE: Adding MC event weights to substructure analysis #223

PWGJE: Adding MC event weights to substructure analysis

PWGJE: Adding MC event weights to substructure analysis #223

Workflow file for this run

---
name: "Pull Request Labeler"
on:
- pull_request_target
permissions: read-all
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}