mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53: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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited, synchronize]
|
types: [ opened, edited, synchronize ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add_labels:
|
add_supporters:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@@ -13,6 +13,17 @@ jobs:
|
|||||||
|
|
||||||
- name: add labels
|
- name: add labels
|
||||||
uses: actions-ecosystem/action-add-labels@v1
|
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:
|
with:
|
||||||
labels: supporter
|
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:
|
- If you want feedback or review, you must support the project on GitHub:
|
||||||
- $5 per review
|
- $5 per review
|
||||||
- $25 for lifetime reviews
|
- $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.
|
Alternatively, you can still submit your PR to join the list of answered challenges.
|
||||||
|
|||||||
Reference in New Issue
Block a user