Skip to content

[STYLE] Aligned '.flake8.ini' with CEP-8 and CEP-7 (- WIP #181 -) #64

[STYLE] Aligned '.flake8.ini' with CEP-8 and CEP-7 (- WIP #181 -)

[STYLE] Aligned '.flake8.ini' with CEP-8 and CEP-7 (- WIP #181 -) #64

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened]
branches: ["master", "stable"]
# Declare default permissions as none.
permissions: {}
jobs:
triage:
permissions:
actions: read
contents: read
packages: none
pull-requests: write
security-events: none
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"