mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: add review
This commit is contained in:
2
.github/workflows/label-issue.yml
vendored
2
.github/workflows/label-issue.yml
vendored
@@ -13,6 +13,6 @@ jobs:
|
||||
|
||||
- name: add labels
|
||||
uses: actions-ecosystem/action-add-labels@v1
|
||||
if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }}
|
||||
if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) && startsWith(github.event.pull_request.title, 'Answer') }}
|
||||
with:
|
||||
labels: supporter
|
||||
|
||||
Reference in New Issue
Block a user