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