feat: update add label

This commit is contained in:
thomas
2024-04-12 11:10:22 +02:00
parent 3c0bd1cd40
commit 2d103927b1

View File

@@ -2,7 +2,7 @@ name: Add Labels
on: on:
pull_request: pull_request:
types: [opened, edited] types: [opened, edited, synchronize]
jobs: jobs:
add_labels: add_labels:
@@ -15,5 +15,4 @@ jobs:
uses: actions-ecosystem/action-add-labels@v1 uses: actions-ecosystem/action-add-labels@v1
if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }} if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }}
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: supporter labels: supporter