mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53: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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user