Skip to content

Commit

Permalink
PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed May 11, 2024
1 parent 0ff0323 commit ff7337f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sync-lablels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
name: Install dependencies

- run: |
if [[ ${{ github.event_name }} == "pull_request" ]]; then
echo "Pull request, checking CONTRIBUTING sync."
pnpm sync-labels
else
echo "CI, checking github labels are up to date."
pnpm sync-labels --update-github-labels --dry-run
fi
if [[ ${{ github.event_name }} == "pull_request" ]]; then
echo "Pull request, checking CONTRIBUTING sync."
pnpm sync-labels
else
echo "CI, checking github labels are up to date."
pnpm sync-labels --update-github-labels --dry-run
fi
name: Sync labels
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff7337f

Please sign in to comment.