Skip to content

chore: audit & align issue templates (#588) #331

chore: audit & align issue templates (#588)

chore: audit & align issue templates (#588) #331

Workflow file for this run

name: Assign label Filigran team on PR from an organization
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v6
- name: Setting labels
uses: FiligranHQ/auto-label@1.0.0
with:
labels_by_organization: "{\"FiligranHQ\":[\"filigran team\"]}"