fix: edit label

This commit is contained in:
thomas
2024-04-12 10:45:27 +02:00
parent 76c9799f9e
commit 3c0bd1cd40

View File

@@ -1,17 +1,19 @@
name: Label supporter name: Add Labels
on: on:
issues: pull_request:
types: [opened, edited] types: [opened, edited]
jobs: jobs:
add_label_tier_1: add_labels:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - name: checkout
- uses: actions-ecosystem/action-add-labels@v1.1.0 uses: actions/checkout@v2
if:
${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }} - name: add labels
uses: actions-ecosystem/action-add-labels@v1
if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }}
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
labels: supporter labels: supporter