Skip to content

Bump xlsxwriter from 3.2.5 to 3.2.9 #1204

Bump xlsxwriter from 3.2.5 to 3.2.9

Bump xlsxwriter from 3.2.5 to 3.2.9 #1204

Workflow file for this run

name: "Label PRs"
on:
- pull_request_target
jobs:
label-pull-requests:
runs-on: ubuntu-24.04
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Apply labels based on changed files
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
dot: true