Skip to content

Commit

Permalink
Merge branch '18.0' into 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Dec 8, 2024
2 parents 8a04f45 + d055b1f commit 55fc31e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-18.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Set reviewer for v18
on:
pull_request:
types: [opened, synchronize, reopened]
Expand All @@ -18,7 +19,7 @@ jobs:

env:
GH_TOKEN: ${{ github.token }}
GH_TOKENS: ${{ secrets.GH_TOKEN }}
GH_TOKENS: ${{ secrets.GH_TOKEN }}

steps:
- name: Checkout repository
Expand All @@ -40,7 +41,7 @@ jobs:
REVIEWER: "rycks" # Remplacez par le nom d'utilisateur GitHub du reviewer
run: |
echo "GH_TOKEN=$GH_TOKEN"
echo "GH_TOKENS=$GH_TOKENS"
echo "GH_TOKENS=$GH_TOKENS"
pr_number=$(jq --raw-output .number < $GITHUB_EVENT_PATH)
gh pr edit $pr_number --add-reviewer "$REVIEWER"
continue-on-error: true

0 comments on commit 55fc31e

Please sign in to comment.