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