Skip to content

fix(statistics): clean up display of roll statistics #73

fix(statistics): clean up display of roll statistics

fix(statistics): clean up display of roll statistics #73

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Security Runner
uses: step-security/harden-runner@v2
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}