Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

[CI] Fix the auto-label filigran-team #240

[CI] Fix the auto-label filigran-team

[CI] Fix the auto-label filigran-team #240

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@v4
- name: Setting labels
uses: FiligranHQ/[email protected]
with:
labels_by_organization: "{\"FiligranHQ\":[\"filigran team\"]}"