mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: improve doc
This commit is contained in:
17
.github/workflows/label-issue.yml
vendored
17
.github/workflows/label-issue.yml
vendored
@@ -2,10 +2,10 @@ name: Add Labels
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize]
|
||||
types: [ opened, edited, synchronize ]
|
||||
|
||||
jobs:
|
||||
add_labels:
|
||||
add_supporters:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
@@ -13,6 +13,17 @@ jobs:
|
||||
|
||||
- name: add labels
|
||||
uses: actions-ecosystem/action-add-labels@v1
|
||||
if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) && startsWith(github.event.pull_request.title, 'Answer') }}
|
||||
if: ${{ contains( fromJson('[ "tomalaforge", "alcaidio" , "svenson95", "jdegand", "DeveshChau", "stillst", "wandri", "webbomj", "kabrunko-dev" ]'), github.actor ) && startsWith(github.event.pull_request.title, 'Answer') }}
|
||||
with:
|
||||
labels: supporter
|
||||
add_answers:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: add labels
|
||||
uses: actions-ecosystem/action-add-labels@v1
|
||||
if: ${{ startsWith(github.event.pull_request.title, 'Answer') }}
|
||||
with:
|
||||
labels: answer
|
||||
|
||||
@@ -7,5 +7,7 @@
|
||||
- If you want feedback or review, you must support the project on GitHub:
|
||||
- $5 per review
|
||||
- $25 for lifetime reviews
|
||||
- Create one of more challenges
|
||||
- Have many valuable contributions to the project
|
||||
|
||||
Alternatively, you can still submit your PR to join the list of answered challenges.
|
||||
|
||||
Reference in New Issue
Block a user