feat: improve doc

This commit is contained in:
thomas
2024-04-12 23:14:37 +02:00
parent 94f3cc4965
commit 1bd502a3fb
2 changed files with 16 additions and 3 deletions

View File

@@ -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

View File

@@ -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.