From 76c9799f9ef34ff0247d0b3426410a96f1a0e482 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 12 Apr 2024 10:37:46 +0200 Subject: [PATCH] feat: test --- .github/workflows/label-issue.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/label-issue.yml diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml new file mode 100644 index 0000000..9d4c6f1 --- /dev/null +++ b/.github/workflows/label-issue.yml @@ -0,0 +1,17 @@ +name: Label supporter + +on: + issues: + types: [opened, edited] + +jobs: + add_label_tier_1: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-ecosystem/action-add-labels@v1.1.0 + if: + ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }} + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + labels: supporter