mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: update add label
This commit is contained in:
3
.github/workflows/label-issue.yml
vendored
3
.github/workflows/label-issue.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user