From a4bcb4b193105256b15352556c9563dc253eb5ae Mon Sep 17 00:00:00 2001 From: Gael Leblan Date: Fri, 30 Aug 2024 11:45:25 +0200 Subject: [PATCH] Testing --- .github/workflows/auto-set-labels | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/auto-set-labels diff --git a/.github/workflows/auto-set-labels b/.github/workflows/auto-set-labels new file mode 100644 index 0000000..ffb5d14 --- /dev/null +++ b/.github/workflows/auto-set-labels @@ -0,0 +1,15 @@ +name: Assign PR team labels +on: + pull_request: + branches: + - main + +jobs: + team-labels: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: Dimfacion/auto-label@v1.0.0 + with: + repo-token: ${{ secrets.TOKEN }} + labels_by_organization: "['OpenBAS-Platform': ['good-job']]" \ No newline at end of file