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

View File

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