From 1664f0ea0a33ce9bafdb648dc7a98a6f770cd76c Mon Sep 17 00:00:00 2001 From: Angelique Date: Fri, 11 Apr 2025 14:40:34 +0200 Subject: [PATCH] [CI] add auto label filigran team --- .github/workflows/auto-set-labels.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/auto-set-labels.yml diff --git a/.github/workflows/auto-set-labels.yml b/.github/workflows/auto-set-labels.yml new file mode 100644 index 000000000..012861f4c --- /dev/null +++ b/.github/workflows/auto-set-labels.yml @@ -0,0 +1,11 @@ +name: Assign label Filigran team on PR from an organization +on: pull_request +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Setting labels + uses: FiligranHQ/auto-label@1.0.0 + with: + labels_by_organization: "{\"FiligranHQ\":[\"filigran team\"]}" \ No newline at end of file